Skip to content

On-Boarding Flow backend Implementation #3

Description

@aman-pawar96

Apis to be implemented:

  1. /user/sentOTP : will be used for sending OTP for new users
  2. /user/verifyOTP : will be used for verifying the OTP
  3. /user/setPassword : will be used to create Password for user login (storing as password hash using bycrypt)
  4. /user/login : number and Password based login that will return the JWT token
  5. /user/me : verify the validity of the Token
  6. /user/updateDetails: will be used for updating profile details such as Name, email, college etc

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions