Check Session JWT
Check session JWT validity endpoint
Verify if a session JWT is valid and get associated user information.
Endpoint: /user/session/verify
Method: POST
For local JWT verification without making an API call, see the "Verify JWT Locally" documentation.
Session JWTs have an expiration time. Always verify JWTs before using them in critical operations.
Example Usage
Last updated