Skip to content

ibaiway/assembler-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Backend

Simple Json Web Token Auth System in NodeJS with a MongoDB Database.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file. There is an example .env.example file available.

MONGODB_URI

ACCESS_TOKEN_SECRET

REFRESH_TOKEN_SECRET

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Documentation

Bcrypt

JWT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published