JWT Deny List Demo
- Copy
sample.envto.env. - Run
npm install - Run
npm start - Hit
/createUserendpoint to generate JWT - Visit
/to test authentication, with--header 'Authorization: Bearer <JWT> - Visit
/logoutto add the JWT to the deny list - Re-test by visiting
/