Authenticate a user and receive a session cookie
sessionId) is automatically set in the response headers. It expires after 7 days of inactivity.Set-Cookie header:
HttpOnly: Cannot be accessed by JavaScript (security)Secure: Only sent over HTTPSSameSite=Strict: CSRF protectionMax-Age: 7 days (604800 seconds)GET /api/auth/mePOST /api/auth/logout when done