As a user
I need to sign up and log in securely
So that I can have a personalized experience and manage my gifts
Details and Assumptions
Use JWT authentication with Express
React components for Login/Register forms
Acceptance Criteria
Given I am a new user
When I register with valid credentials
Then I should receive a JWT token and be able to log in
As a user
I need to sign up and log in securely
So that I can have a personalized experience and manage my gifts
Details and Assumptions
Use JWT authentication with Express
React components for Login/Register forms
Acceptance Criteria