Documentation Index
Fetch the complete documentation index at: https://gofastmcp.com/llms.txt
Use this file to discover all available pages before exploring further.
fastmcp.utilities.auth
Authentication utility helpers.
Functions
decode_jwt_header
token: JWT token string (header.payload.signature)
- Decoded header as a dictionary
ValueError: If token is not a valid JWT format
decode_jwt_payload
token: JWT token string (header.payload.signature)
- Decoded payload as a dictionary
ValueError: If token is not a valid JWT format
parse_scopes
None. Returns a list of scopes or None if
no value is provided.
