ScottEspo / next-product-site

Mock NextJS Product Application
MIT License
0 stars 0 forks source link

[New Feature]: REST API for Handling User Authentication #8

Open ScottEspo opened 1 week ago

ScottEspo commented 1 week ago

Acceptance Criteria

Secure signup, login, and user authentication Use of JWT for token management Hashing and security measures for password storage Integration with the frontend for a seamless authentication flow

Considerations

We need to ensure the authentication system is robust against common security threats and provides a good user experience by minimizing login friction.

Area of Focus

Backend

ScottEspo commented 1 week ago

potentially use cognito with api authentication in order to access data from the database