Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.