An open API service indexing awesome lists of open source software.

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.

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
```