https://github.com/jonanv/jwtauthserver-nodejs
JWT (JSON Web Token) authentification server with Node JS
https://github.com/jonanv/jwtauthserver-nodejs
javascript jwt node-js
Last synced: about 1 month ago
JSON representation
JWT (JSON Web Token) authentification server with Node JS
- Host: GitHub
- URL: https://github.com/jonanv/jwtauthserver-nodejs
- Owner: jonanv
- License: gpl-3.0
- Created: 2019-05-21T04:23:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:13:50.000Z (over 3 years ago)
- Last Synced: 2025-10-19T08:52:59.675Z (8 months ago)
- Topics: javascript, jwt, node-js
- Language: JavaScript
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwtauthserver-nodejs
JWT (JSON Web Token) authentification server with Node JS - Express
# Install
### `yarn install`
# Start
### `node app.js`