https://github.com/markdouthwaite/ortho
A bare-bones JWT authentication (+ user management) service.
https://github.com/markdouthwaite/ortho
authentication javascript jwt-authentication mongodb mongoose node-js
Last synced: 3 months ago
JSON representation
A bare-bones JWT authentication (+ user management) service.
- Host: GitHub
- URL: https://github.com/markdouthwaite/ortho
- Owner: markdouthwaite
- License: mit
- Created: 2020-08-26T09:55:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T07:15:46.000Z (about 5 years ago)
- Last Synced: 2025-07-13T20:03:55.599Z (3 months ago)
- Topics: authentication, javascript, jwt-authentication, mongodb, mongoose, node-js
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ortho
A bare-bones JWT authentication service (with some basic user management too).
## Getting started
```
make serve
``````
ortho add --username jane.smith@example.com --password 0123456789
``````
ortho delete --username jane.smith@example.com
``````
make deploy
``````
make test
```