We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09f9b1 commit 02111f5Copy full SHA for 02111f5
examples/implicit_refresh.py
@@ -38,7 +38,7 @@ def refresh_expiring_jwts(response):
38
set_access_cookies(response, access_token)
39
return response
40
except (RuntimeError, KeyError):
41
- # Case where there is not a valid JWT. Just return the original respone
+ # Case where there is not a valid JWT. Just return the original response
42
43
44
0 commit comments