https://github.com/aparzi/jwt-auth
Basic example jwt auth with NodeJS
https://github.com/aparzi/jwt-auth
express express-js javascript jwt jwt-authentication jwt-tokens node-module nodejs nodejs-api rest-api
Last synced: about 1 month ago
JSON representation
Basic example jwt auth with NodeJS
- Host: GitHub
- URL: https://github.com/aparzi/jwt-auth
- Owner: aparzi
- Created: 2019-10-07T22:06:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T16:58:51.000Z (almost 6 years ago)
- Last Synced: 2025-02-25T03:28:25.427Z (over 1 year ago)
- Topics: express, express-js, javascript, jwt, jwt-authentication, jwt-tokens, node-module, nodejs, nodejs-api, rest-api
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jwt-auth
SETUP:
- clone repository -> https://github.com/aparzi/jwt-auth.git
- cd jwt-auth
- npm install
- npm start
Enjoy =)