Authentication
Was this helpful?
Was this helpful?
User authentication operations
Generates a new access token using the refresh token cookie.
HTTP-only refresh token cookie.
Invalidates the refresh token and clears the cookie. Requires both access and refresh tokens.
HTTP-only refresh token cookie.
Creates a new user account. Admin registration requires whitelisted email.
User's email address
User's password
User role (optional for registration)
Authenticates a user and returns tokens.
User's email address
User's password
User role (optional for registration)