Ask a question to get started
Enter to sendā¢Shift+Enter new line
decode_jwt_claims( token: str, ) -> dict[str, Any]
token
str
A JWT (header.payload.signature).
header.payload.signature
Decode a JWT's payload without signature verification.
This is for local claim extraction only. Never use the returned claims for security or authorization decisions.