Umoren / jwt-demo

automatic refresh token with fingerprinting demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOW TO START

Run the npm run start command.

TO REGISTER A USER

Go to postman or any API client of your choice and make a POST request to: http://localhost:5000/register The body: { "username": "username", "password": "password" }

About

automatic refresh token with fingerprinting demo


Languages

Language:JavaScript 83.2%Language:HTML 10.7%Language:CSS 6.1%