https://github.com/jenewland1999/bcrypt-auth-demo
An Express web application demonstrating user authentication using the Node.js BCrypt package.
https://github.com/jenewland1999/bcrypt-auth-demo
authentication css html javascript node-bcrypt nodejs
Last synced: 4 months ago
JSON representation
An Express web application demonstrating user authentication using the Node.js BCrypt package.
- Host: GitHub
- URL: https://github.com/jenewland1999/bcrypt-auth-demo
- Owner: jenewland1999
- License: mit
- Created: 2020-06-14T21:03:55.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T13:05:35.000Z (about 2 years ago)
- Last Synced: 2024-03-29T14:24:26.912Z (about 2 years ago)
- Topics: authentication, css, html, javascript, node-bcrypt, nodejs
- Language: JavaScript
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCrypt Authentication Demo
An Express web application demonstrating user authentication using the Node.js BCrypt package.
> **DISCLAIMER:** Please do not use this as an example to follow. This is purely a demonstration of the basic authentication in Node.js. If you're looking to do authentication for real then lookup a recent, secure and vetted tutorial for the language/framework you're working with.