Auth

Login

Authenticate user and set HTTP-only cookie with JWT token. Test credentials: email='testuser@example.com', password='testpass123'

If user is registered with Google OAuth, returns error prompting them to use Google login.

post/auth/login

Request body

emailstring email required

Email address

passwordstring required

Password

Response

Successful Response

messagestring required

Success message

Changes