Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/littleStudent/micro-authentication-starter
micro + authentication starter
https://github.com/littleStudent/micro-authentication-starter
micro
Last synced: 3 months ago
JSON representation
micro + authentication starter
- Host: GitHub
- URL: https://github.com/littleStudent/micro-authentication-starter
- Owner: littleStudent
- Created: 2017-01-27T14:43:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T16:31:40.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T00:12:40.539Z (7 months ago)
- Topics: micro
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 97
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micro - micro-authentication-starter - Starter kit with built in authentication using bcrypt and jsonwebtokens (Boilerplates / Utilities)
README
# micro-authentication-starter
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