Dirt-simple authentication server for use within trusted networks.
- 200
{"ok": true}
if found - 400
{"ok": false, "error": "Bad request"}
if request not understood - 404
{"ok": false, "error": "Not found"}
if username with that password not found
- 200
{"ok": true}
if created - 400
{"ok": false, "error": "Bad request"}
if request not understood
- 200
{"ok": true}
if deleted