authenticator-demo
v1.0.1
Published
Example Todolist API for @apikee/authenticator
Downloads
1
Maintainers
Readme
@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