generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
Milestone
Description
Overview
User Story:
As a user, I want to sign in with my credentials so I can access protected features.
Acceptance Criteria:
- Given valid credentials, when I log in, then:
- backend returns an access token
- backend sets a refresh token cookie (HttpOnly, Secure, SameSite)
- response includes user profile basics or client can call /me
- Given invalid credentials, when I log in, then I receive a generic error (no user enumeration).
Resources/Instructions
- This issue is part of the epic: EPIC: Authentication & Session Management (JWT + Refresh) #2065
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Final QA (product)