https://github.com/jgatjens/jwt-example
Json web token express example
https://github.com/jgatjens/jwt-example
Last synced: 3 months ago
JSON representation
Json web token express example
- Host: GitHub
- URL: https://github.com/jgatjens/jwt-example
- Owner: jgatjens
- License: mit
- Created: 2016-04-16T00:25:45.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2016-04-18T20:29:58.000Z (about 9 years ago)
- Last Synced: 2025-01-01T11:41:45.459Z (5 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JWT express example
## Features
* Babel & ES2015
* Mongoose
* Mocha for tests
* ESlint## Install
```
npm install
```## Scripts
#### Start the project for development
```
npm run dev
```#### Run All tests
```
npm test
```#### Run ESlint
```
npm run lint
```#### debug
```
node-inspector # lauch this in a new tab
npm run debugnetstat -p tcp | $port # find if some app is using defualt port:5858
ps ax | grep node # find process id to Kill #number
```