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 |