pgangotri / user-authentication

User authentication system with Node.js, MongoDb using Hapi.js framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Auth Apis

Created user authentication system using Node.js and MongoDb. This system includes following features:

  1. Registration: User can register to system using name, email and password. Password is stored to database in hashed form

  2. User Log-in: User can login to system using email and password

  3. Forget password: User can request for password reset using his/her registered email. A token will be sent to registered email-id if email provided is correct.

  4. Reset password: User can reset password by providing registered email and token sent to his/her mail-box.

About

User authentication system with Node.js, MongoDb using Hapi.js framework


Languages

Language:JavaScript 100.0%