Skip to content
Snippets Groups Projects
Commit c5e95ba2 authored by Jenkins for Software Heritage's avatar Jenkins for Software Heritage
Browse files

Update upstream source from tag 'debian/upstream/0.6.2'

Update to upstream version '0.6.2'
with Debian dir 32500eb3d70783393fb2f3ffcee01935f73a0309
parents c4673d80 441618db
No related branches found
No related tags found
No related merge requests found
Metadata-Version: 2.1
Name: swh.auth
Version: 0.6.1
Version: 0.6.2
Summary: Software Heritage Authentication Utilities
Home-page: https://forge.softwareheritage.org/source/swh-auth/
Author: Software Heritage developers
......
Metadata-Version: 2.1
Name: swh.auth
Version: 0.6.1
Version: 0.6.2
Summary: Software Heritage Authentication Utilities
Home-page: https://forge.softwareheritage.org/source/swh-auth/
Author: Software Heritage developers
......
......@@ -121,6 +121,7 @@ class OIDCAuthorizationCodePKCEBackend:
if error_msg == "invalid_grant: Session not active":
# user session no longer active, remove oidc profile from cache
cache.delete(cache_key)
sentry_sdk.capture_exception(ke)
return None
except Exception as e:
sentry_sdk.capture_exception(e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment