OpenSource-GH / dumsor-tracker-api

API For the Dumsor Tracker Project.
16 stars 7 forks source link

Authentication : User Controller #8

Closed topboyasante closed 1 month ago

topboyasante commented 1 month ago

We want users to authenticate using two methods:

This task requires that you create a user controller to do the following:

greatdaveo commented 1 month ago

We want users to authenticate using two methods:

  • Sign in and register with email and password
  • Sign in and register with phone number and OTP

This task requires that you create a user controller to do the following:

  • Create functionality for users to sign in and sign up
  • Create functionality for users to recover their account (Forgot Password)

Hi chief! I would love to give this a shot! 😁🤝

topboyasante commented 1 month ago

sure! assigning this to you

topboyasante commented 1 month ago

@greatdaveo please is this task complete?

greatdaveo commented 1 month ago

@greatdaveo please is this task complete?

@topboyasante Hello, I previously used MongoDB, and I was told last night that the team intends to switch to PostgreSQL, and I am working on refactoring the code to that.