Skip to main content
Every request must include Authorization: Bearer <token>.

Login

Response:

Refresh a token

Required headers

Security best practices

Store access tokens in memory, not localStorage
Store refresh tokens in httpOnly secure cookies
Use HTTPS everywhere
Revoke tokens on logout