From af93536c512eb237acf56708957b18988a79bacf Mon Sep 17 00:00:00 2001 From: Lilleman Date: Wed, 6 Jan 2021 19:31:51 +0100 Subject: [PATCH] Added some basic readme info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 34e7124..03e060f 100644 --- a/README.md +++ b/README.md @@ -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`.