Create POST /api/login authentication endpoint #26

Closed
opened 2025-11-20 22:10:57 +00:00 by KZix · 0 comments
Owner

Acceptance Criteria:

  • Accept email and password
  • Verify credentials against database
  • Return JWT token on success
  • Return 401 for invalid credentials
  • Include token expiration and refresh mechanism
  • Set secure HTTP-only cookie (optional)
**Acceptance Criteria:** - [x] Accept email and password - [x] Verify credentials against database - [x] Return JWT token on success - [x] Return 401 for invalid credentials - [ ] Include token expiration and refresh mechanism - [ ] Set secure HTTP-only cookie (optional)
KZix added the featureapiauth labels 2025-11-20 22:10:57 +00:00
KZix added this to the Bisca - API project 2025-11-20 22:10:57 +00:00
KZix moved this to In Progress in Bisca - API on 2025-12-04 19:47:13 +00:00
KZix self-assigned this 2025-12-04 19:48:30 +00:00
KZix added reference feature/database-and-auth-api 2025-12-11 20:11:33 +00:00
KZix moved this to Done in Bisca - API on 2025-12-11 20:48:01 +00:00
KZix closed this issue 2025-12-18 21:05:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SyntaxSquad/DADProject#26