Added some basic readme info

This commit is contained in:
Lilleman auf Larv 2021-01-06 19:31:51 +01:00
parent a54b2eb847
commit af93536c51

View File

@ -1,3 +1,7 @@
# Auth API
This is a tiny http API for auth. Register accounts, auth with api-key or name/password, renew JWT tokens...
## Databaes migration
Done using [dbmate](https://github.com/amacneil/dbmate). Db stuff is stored in `./db`.