1.10.1
JWT Token Authentication
New Features
- JWT Tokens — Obtain access tokens via
/auth/tokenendpoint - Token Refresh — Refresh expired tokens without re-authentication
- Token Revocation — Revoke individual tokens or all active sessions
- Session Management — View and manage active sessions from the dashboard
- Token Info — Inspect token claims and expiration
Security
- Short-lived access tokens with refresh token rotation
- Secure token storage with hashed refresh tokens