Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 531 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 531 Bytes

Node Authentication API

A full fledged, API for handling users and there authentication

To run API locally, make sure to create a .env file and copy variables from example.env and give them valid values as well

API Offers endpoints for

  • Register User
  • Login User with PIN
  • Login User with password
  • Forgot Password
  • Load User Details
  • Update user Name
  • Update user Mail
  • Reset User's Pin
  • Reset User's Password

Check complete documentation here