https://github.com/borisskert/nodejs-jwt
Simple nodejs backend which is using JWT to secure its API
https://github.com/borisskert/nodejs-jwt
jwt nodejs
Last synced: about 2 months ago
JSON representation
Simple nodejs backend which is using JWT to secure its API
- Host: GitHub
- URL: https://github.com/borisskert/nodejs-jwt
- Owner: borisskert
- License: apache-2.0
- Created: 2019-08-19T08:32:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:34:10.000Z (over 3 years ago)
- Last Synced: 2024-05-28T15:49:34.524Z (about 2 years ago)
- Topics: jwt, nodejs
- Language: JavaScript
- Homepage:
- Size: 841 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nodejs-jwt
## Build and run this solution
```bash
$ npm install
$ npm run start
```
## Run tests
```bash
$ npm run tests
```
## Run linter
```bash
$ npm run lint
```