Pensano-dev / aura-mobile-app

5 stars 0 forks source link

feat: Backend - Create User login route in API, so that the users would be able to login to Aura #16

Open junocchi opened 6 months ago

junocchi commented 6 months ago

Description To be spread across App.js, routes and controllers using the details in the User model. If the User model does not yet exist, see the suggested field details in the User model ticket.

Acceptance criteria Create a secure authentication system on the backend, so that the users would be able to login to Aura once the frontend ticket #17 is done