darenc9 / FitFuture

https://fit-future.vercel.app
0 stars 0 forks source link

Add Authentication to Backend Service #39

Closed darenc9 closed 2 months ago

darenc9 commented 3 months ago

User story User wishes to securely access their workout information and login to app, so authentication must be added to the backend.

Description The Add Authentication to Backend Service issue involves implementing authentication mechanisms in the backend service to provide secure access to user data and workout information. This includes an authentication middleware, implementing registration and login endpoints, and ensuring that authenticated users have appropriate access to backend resources.

Acceptance Criteria

Testing