We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e61ed2 commit 89699d3Copy full SHA for 89699d3
backend/app/__init__.py
@@ -36,7 +36,7 @@ def decorated(*args, **kwargs):
36
url = "https://dev-1l0ixjw8yohsluoi.us.auth0.com/.well-known/jwks.json"
37
jwks_client = PyJWKClient(url)
38
signing_key = jwks_client.get_signing_key_from_jwt(token)
39
- payload_data = jwt.decode(
+ jwt.decode(
40
token,
41
signing_key,
42
audience="https://api.gaas.waterballsa.tw",
0 commit comments