Skip to main content

4 docs tagged with "Authentication"

View all tags

Get current user

Returns the profile of the user associated with the bearer token (password hash redacted).

Log in

Authenticates a user and returns a short-lived access token plus a long-lived refresh token.

Refresh access token

Issues a new access token and refresh token. Accepts either a refresh token in the body or an access token in the `Authorization` header. Returns 401 if no token is provided or the token is expired/invalid.