Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 304 Bytes

Node + JWT + Refresh Token

Config .ENV

  1. Create a file at the root of the project called .env
  2. Copy information from .env.example to .env

Installing dependencies

git clone https://github.com/rafaeldias97/refreshtoken-example && cd refreshtoken-example

yarn install

RUN

yarn start