markdouthwaite / ortho

A bare-bones JWT authentication (+ user management) service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A bare-bones JWT authentication (+ user management) service.

License:MIT License


Languages

Language:JavaScript 97.8%Language:Dockerfile 1.2%Language:Makefile 1.0%