WIP: feat: add user details update

This commit is contained in:
Matthieu Bessat 2024-11-02 17:37:57 +01:00
parent 8285ca230c
commit d908586dfa
27 changed files with 871 additions and 38 deletions

View file

@ -16,3 +16,6 @@ docker-init-db:
docker-build:
docker build -t minauth .
init-db:
sqlite3 -echo tmp/dbs/minauth.db < migrations/all.sql