v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-21149158448.6 KB
Teams
auth

Jwt Login

Authenticate with email + password, sets JWT token in httpOnly cookie.

Args: login_request: Login credentials (email and password) response: FastAPI response object to set cookies user_manager: FastAPI Users user manager

Returns: JWT token response with access_token and token_type (token also set in httpOnly cookie)

Raises: HTTPException: If authentication fails

post/v1/auth/jwt/login

Request body

emailstring required
passwordstring required

Response

Successful Response

object required
All 149 operations