Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

shivamkj/node-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Authentication System

Sample .env file

Create .env file in the root folder and fill in the following values.

PORT=3000
DB_NAME=<Name of the database>
ACCESS_TOKEN_SECRET=<Access Token secret used in genrating JWT>
REFRESH_TOKEN_SECRET=<Refresh Token secret used in genrating JWT>
OTP_SECRET=<Secret Token used for creating OTP hash>
PORT=3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published