We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a18e3 commit 2e439edCopy full SHA for 2e439ed
1 file changed
atlassian_jwt_auth/frameworks/common/asap.py
@@ -70,7 +70,7 @@ def _process_asap_token(request, backend, settings, verifier=None):
70
error_response = backend.get_401_response(
71
'Unauthorized: Subject and Issuer do not match', request=request
72
)
73
- except ValueError:
+ except Exception:
74
logger.exception('An error occured while checking an asap token')
75
raise
76
0 commit comments