Commit Graph

8 Commits

Author SHA1 Message Date
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 83a2dabf87
feat(api): implemented /project/create 2023-08-23 18:16:36 +02:00
antifallobst 51c8a7f7fa
refactor(db): moved from mariadb to postgresql 2023-08-17 21:09:30 +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