From 02ddbf7b86960edb879240bca1f44b5d814b88ba Mon Sep 17 00:00:00 2001 From: "Nicholas A. Stewart" Date: Sun, 15 Sep 2024 19:46:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9405be..c469966 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ async def on_authenticate(request): * Refresh Encoder -A new/refreshed session is returned during authentication if the client's current session expired and it +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