fix:add debugging endpoint for auth issues
This commit is contained in:
@@ -90,7 +90,7 @@ def _verify_jwt(token: str) -> dict | None:
|
||||
except PyJWKSetError as e:
|
||||
logger.warning("JWKS set error: %s", e)
|
||||
else:
|
||||
logger.debug("No JWKS client available (SUPABASE_URL not set?)")
|
||||
logger.warning("No JWKS client available (SUPABASE_URL not set?)")
|
||||
return _verify_jwt_hs256(token)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user