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
Documentation Index
Fetch the complete documentation index at: https://docs.vijil.ai/llms.txt
Use this file to discover all available pages before exploring further.