https://github.com/fenil3357/passport-authentication
User passport authentication system. In backend I've used NodeJS with passport-local and express. For database I've used MongoDB, and for frontend I've used ejs.
https://github.com/fenil3357/passport-authentication
authentication mongodb nodejs passport-local
Last synced: 3 months ago
JSON representation
User passport authentication system. In backend I've used NodeJS with passport-local and express. For database I've used MongoDB, and for frontend I've used ejs.
- Host: GitHub
- URL: https://github.com/fenil3357/passport-authentication
- Owner: fenil3357
- Created: 2022-06-03T12:28:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T10:15:57.000Z (about 4 years ago)
- Last Synced: 2026-01-03T16:29:31.885Z (6 months ago)
- Topics: authentication, mongodb, nodejs, passport-local
- Language: JavaScript
- Homepage: https://passport-authentication-fenil.herokuapp.com/
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Passport-Authentication
- This is a simple login system made using NodeJS and MongoDB.
- User can login/register using their email-id and password and access the dashboard.
- The password of the user hashes with a salt, using bcrypt which is a very hard to crack hashing type.
- This authentication system can be used directly in the complex projects.
⚡ See the deployment of the system [here](https://passport-authentication-fenil.herokuapp.com/)