diff options
author | Frederick Muriuki Muriithi | 2024-07-24 12:06:11 -0500 |
---|---|---|
committer | zsloan | 2024-07-30 19:18:08 +0000 |
commit | ca83384d5d5ad24a6a9df313aed6ffdfc31770b5 (patch) | |
tree | 6478d5b18053054e20a051b8eaa0c27227fef947 /gn_auth/auth/authentication/oauth2/server.py | |
parent | 0a748d6e87f4eecd95a3d6dc89b759a82210b6d6 (diff) | |
download | gn-auth-ca83384d5d5ad24a6a9df313aed6ffdfc31770b5.tar.gz |
JWT refresh: Deactivate the checks and revocation
The checks for whether a token is already linked, and then revoking it
and raising an error were causing issues in multi-threaded
environments, where there'd be multiple requests to the auth server
all using an expired token.
This just links the refresh token and avoids the check and revocation
for the time being.
Diffstat (limited to 'gn_auth/auth/authentication/oauth2/server.py')
0 files changed, 0 insertions, 0 deletions