Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 1.54 KB

README.md

File metadata and controls

73 lines (46 loc) · 1.54 KB

Auth Javascript

Register and Login with MVC concept: Express js, MongoDB, Passport js and etc.



This is simple application Register and Login basic javascript with NodeJS



git clone https://github.com/reyadek/auth-javascript.git

  • cd auth-javascript
  • npm install
  • npm start

built on node v16.6.2
built on npm 7.20.3

npm library

used for framework web application

used for view engine

used for flash message and cookie

used for schema-based solution to model your application data MongoDB

used for validation data

used for automatically restarting the node application when file changes

used for encrypt password

used for encrypt password

used for secure environment key

used for authentication middleware

used for strategy for authenticating with a username and password


dont forget give a star

Cheers

Ade Putra