Skip to content

going-hi/Auth-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth-jwt

Start

First, create .env file and add your options

npm run build
npm run start

Dev start

npm run dev

Test

Jest and supertest testing

npm run test

.env test

PORT=1000
DB_NAME='auth'
DB_PASSWORD='passworddb'
DB_USERNAME='postgres'
NM_HOST='smtp.gmail.com'
NM_PORT='587'
NM_USER='example@gmail.com'
NM_PASS='password'
API='yourapi'
REDIRECT='google.com'
SECRET_ACCESS_TOKEN='secret_access'
SECRET_REFRESH_TOKEN='secret_refresh'

About

Authorization with jwt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published