Skip to content

denilsonssj/refresh_token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refresh Token

Description

Demo project with jwt authentication and refresh token.

Tools and Technologies

Getting started

Installing

Using npm:

$ npm install

Using yarn:

$ yarn

Enviroment variables

Create file called .env and copy below content to him. After replace the content.

# Typeorm Config
DB_TYPE=postgres
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE=database

# Secret key Config
SECRET_KEY=secret_key

# App Config
PORT=3334

Licence

MIT

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published