Loading app/ADL/api/auth.py +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ class JWTBearer(HTTPBearer): credentials.credentials, signing_key.key, algorithms=[config.jwt_algorithm], audience=['ADL'], audience=['ADL', 'jupyterhub'], ) except PyJWTError as e: log.exception('Unable to validate token') Loading Loading
app/ADL/api/auth.py +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ class JWTBearer(HTTPBearer): credentials.credentials, signing_key.key, algorithms=[config.jwt_algorithm], audience=['ADL'], audience=['ADL', 'jupyterhub'], ) except PyJWTError as e: log.exception('Unable to validate token') Loading