Commit Graph

9 Commits

Author SHA1 Message Date
antifallobst a86c48ee22
ci/cd: pls just work
Build and Deploy / build-docker (push) Successful in 5m40s Details
2023-12-07 15:37:42 +01:00
antifallobst a3f58ccc39
feat: added forwarding of '/admin/backup' calls to the admin worker
Build and Deploy / build-docker (push) Successful in 5m19s Details
2023-11-24 01:28:05 +01:00
antifallobst 3f59c1981f
refactor(deps): removed clap 2023-09-09 16:05:22 +02:00
antifallobst 452d2d2015
refactor(api): hashing and database changes
1. changed password hashing algorithm from pbkdf2-sha256 to argon2id.
2. storing emails as base64 encoded sha256 hash instead of plain text
2023-09-09 13:29:00 +02:00
antifallobst eadfdca689
feat(api): added email regex validation on registration 2023-08-17 01:10:01 +02:00
antifallobst b794574850
feat(api): fully implemented the register endpoint 2023-08-17 00:24:29 +02:00
antifallobst d3c721fb78
feat(tokens): implemented token generation 2023-08-16 19:27:22 +02:00
antifallobst 9493031376
feat(db): implemented database connection 2023-08-16 18:05:54 +02:00
antifallobst 9db5c04cb6
feat(api): implemented a basic api skeleton, that matches the api docs 2023-08-16 14:02:23 +02:00