Commit Graph

5 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 12aa9d3146
feat(backend): changed account ids to 48bit integers to leave 16 bits for flags 2023-08-23 20:11:58 +02:00
antifallobst 83a2dabf87
feat(api): implemented /project/create 2023-08-23 18:16:36 +02:00
antifallobst 2d7091f5d8
feat(api): implemented anonymized account deletion reasons 2023-08-20 15:32:31 +02:00
antifallobst 3a9a9fb2ca
feat(docker): dockerized project 2023-08-20 14:30:11 +02:00