Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages