v50

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01147180956.9 KB
Users

Refresh session token

Re-mint the caller's login JWT before it expires (sliding session).

Only user login JWTs are refreshable; permissions and the must_change_password gate are re-read from the database at re-mint. Refusal modes: 401 session_expired once the original authentication is older than the absolute window (admin.auth.session_ttl_seconds), 401 invalid_credentials for deactivated users, non-user tokens, or opaque (non-JWT) credentials. Clients should then send the user back to login.

post/auth/refresh

Response

Successful Response

access_tokenstring required
expires_ininteger required
must_change_passwordboolean required
token_typestring required