darenc9 / FitFuture

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

Create the /Authentication Route #12

Closed andrew-sequeira closed 2 months ago

andrew-sequeira commented 4 months ago

User story As a user, I wish to securely access my account, so I require an /authentication route in the backend service.

Description The authentication endpoint involves designing and implementing the authentication route which will handle login from the ui app. This includes defining the structure of the authentication process, such as token-based authentication or OAuth, and implementing the necessary logic to verify user credentials and generate access tokens. This will include basic authentication (user name and password) and google or apple auth.

Acceptance Criteria

Testing