Decode a compact-serialisation JWT string into its constituent
parts: header, payload, and raw signature.
This function does NOT verify the token's signature. Signature
verification requires access to the signing key or a JWKS endpoint
and is the responsibility of the consumer's backend or auth
library.
Decode a compact-serialisation JWT string into its constituent parts: header, payload, and raw signature.
This function does NOT verify the token's signature. Signature verification requires access to the signing key or a JWKS endpoint and is the responsibility of the consumer's backend or auth library.