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
- Host: GitHub
- URL: https://github.com/scriptscrypt/workingnodejsauth
- Owner: scriptscrypt
- Created: 2022-12-22T15:46:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T16:20:09.000Z (about 3 years ago)
- Last Synced: 2025-04-04T10:16:53.622Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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/ |