An open API service indexing awesome lists of open source software.

https://github.com/scriptscrypt/workingnodejsauth

This is a curated boilerplate code for user authentication using nodejs
https://github.com/scriptscrypt/workingnodejsauth

Last synced: 5 months ago
JSON representation

This is a curated boilerplate code for user authentication using nodejs

Awesome Lists containing this project

README

          

## Working nodejs authentication server

This is a handpicked, working, curated code for user authentication using nodejs with minimum possible code.

## Technologies used

| Technology | Official Link |
| ----------------- | ------------------------------------------------------------------ |
| Node.js | https://nodejs.org/en/ |
| Express.js | https://expressjs.com/ |
| Ejs | https://ejs.co/ |
| Express-session Library | https://www.npmjs.com/package/express-session/ |
| Mongoose Library | https://mongoosejs.com/ |
| Body-parser Library | https://www.npmjs.com/package/body-parser/ |
| Bcryptjs Library | https://www.npmjs.com/package/bcryptjs/ |