Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulb813/server-authentication
A simple implementation of a webpage that authenticates users with their unique e-mail id and secure password. Implemented using HTML, Express.js, Node.js along with the tools EJS, bcrypt, dotenv, JSON and Nodemon
https://github.com/rahulb813/server-authentication
Last synced: 10 days ago
JSON representation
A simple implementation of a webpage that authenticates users with their unique e-mail id and secure password. Implemented using HTML, Express.js, Node.js along with the tools EJS, bcrypt, dotenv, JSON and Nodemon
- Host: GitHub
- URL: https://github.com/rahulb813/server-authentication
- Owner: rahulb813
- Created: 2023-01-03T10:27:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T06:28:46.000Z (almost 2 years ago)
- Last Synced: 2023-08-29T10:47:09.378Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/rahulb813/server-authentication
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server Authentication using Express.js and Node.js
One Paragraph of the project description
Initially developed on
[CodeSandbox.io](https://codesandbox.io/s/github/rahulb813/server-authentication).## Getting Started
Following are the prerequisites on the target computer for the project implementation
- bcrypt v5.0.1
- dotenv v16.0.1
- ejs v3.1.8
- express v4.18.1
- express-flash 0.0.2
- express-session v1.17.3
- nodemon 2.0.18
- passport-local v1.0.0### Sample Tests
Consider registering through a unique email address and a password and try registering again
or try to login using unregistered credentials.