GET
/auth/tokenGenerate JWT token with custom claims
Generate JWT token for authentication testing. This endpoint is primarily used for E2E testing to acquire JWT tokens with specific claims without requiring a full authentication flow.
Authentication
Request
Make a GET request to /auth/token.
Response
200JWT token generated successfully
400Bad Request
429Too Many Requests
500Internal Server Error