1.0.1 • Published 2 years ago

authenticator-demo v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

@apikee/authenticator Demo API

Example Todolist API project for @apikee/authenticator

Installation

git clone https://github.com/apikee/authenticator-demo.git
cd authenticator-demo
npm i

Create .env file at the root of the project with following content:

PORT=8081
ACCESS_SECRET_KEY=SOME_SECRET_KEY_FOR_ACCESS_TOKENS
REFRESH_SECRET_KEY=SOME_SECRET_KEY_FOR_REFRESH_TOKENS

Then:

npm run dev