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

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.

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.