https://github.com/benjaminboruff/micro-auth-jwt-template
https://github.com/benjaminboruff/micro-auth-jwt-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminboruff/micro-auth-jwt-template
- Owner: benjaminboruff
- Created: 2018-03-04T23:39:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T23:43:52.000Z (over 8 years ago)
- Last Synced: 2025-01-20T16:42:02.238Z (over 1 year ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# micro-auth-jwt-template
small starter project for a REST api with Authentication
### included
* micro
* jwt
* bcrypt
* mongodb
### usage
```
MONGODB= SECRET= npm start
```
* navigate to `localhost:3000/api/setup`
* user `admin:password` is created