Skip to content

NikoZBK/User-Authentication-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication Demo

An authentication back end demo using JS + node and MongoDB.

For API, see Wiki.

Features

  • Account registration
    • Passwords are hashed using bcryptjs
  • User login/logout
    • Access and refresh token generation
  • Password Resets
    • Emails are sent with a verification link
  • User information stored with MongoDB

TODO

  • Form validation
  • User interface

Instructions

To install all the dependencies, run the following command:

npm install

To start the server, run the following command:

npm run dev

About

User authentication backend demo using JS, Node and MongoDB. For learning and demo purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors