Get Session JWT Public Key
Get session JWT public key endpoint
Retrieve the public key used to verify session JWTs locally.
Endpoint: /jwt/publicKey
Method: GET
Example Usage
The public key can be used to verify session JWTs locally without making API calls.
Cache the public key and reuse it for multiple verifications. Only fetch a new key if verification fails.
Last updated