v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-037389158.9 KB
AuthService

SignIn authenticates a user with credentials and returns tokens. On success, returns an access token and sets a refresh token cookie. Supports password-based and SSO authentication methods.

post/api/v1/auth/signin

Request body

Response

OK

accessTokenstring

The short-lived access token for API requests. Store in memory only, not in localStorage.

accessTokenExpiresAtstring date-time

When the access token expires. Client should call RefreshToken before this time.