Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
na-stewart committed Nov 1, 2024
2 parents edfd8db + 02ddbf7 commit f65c248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ async def on_authenticate(request):
* Refresh Encoder
A new/refreshed session is returned during authentication if the client's session expired during authentication and
requires encoding. Rather than doing so manually, it can be done automatically via middleware.
A new/refreshed session is returned during authentication when the client's current session expires and it
requires encoding. This should be be done automatically via middleware.
```python
attach_refresh_encoder(app)
Expand Down

0 comments on commit f65c248

Please sign in to comment.