https://github.com/ullaskunder3/simple-auth-nodejs
Simple Nodejs Authentication using bcrypt ...
https://github.com/ullaskunder3/simple-auth-nodejs
Last synced: 8 months ago
JSON representation
Simple Nodejs Authentication using bcrypt ...
- Host: GitHub
- URL: https://github.com/ullaskunder3/simple-auth-nodejs
- Owner: ullaskunder3
- Created: 2021-12-01T17:04:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T17:10:14.000Z (over 4 years ago)
- Last Synced: 2025-04-03T08:48:56.942Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Nodejs Authentication
## Dependencies
- `express`: Fast, minimalist web framework for node.
- `bcrypt`: A library to help you hash passwords.
- `nodemon`: add nodemon global ( recommended )
## Vs Code Extension
- `REST Client`
REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.
...soon