Skip to content

mrjulla/Express-Basic-Authen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-basic-authen

Following this guide at User Authentication

You can protect genuine users from malicious ones by authenticating them. Make sure you use best practices to avoid leaving any security holes.

User authentication is the process of verifying the identity of a user attempting to gain access to your application. It involves authorizing and transferring credentials to confirm a user's authenticity.

You can implement a simple user authentication model in Node.js using Express, Bcrypt, and MongoDB, in just a few steps.

Installation

To install the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/ibumjlp/express-basic-authen.git
  1. Navigate to the project directory:
cd express-basic-authen
  1. Install dependencies:
npm i

Usage

To run the project, use the following command:

node app.js

Releases

No releases published

Packages

No packages published