3 Commits

Author SHA1 Message Date
da001bf7cc
docs(services): add test markers to credential functions
In `credential.service.ts`, markers were added to functions `getHashFromPassword` and `comparePassword` to indicate necessity for testing. This provides clear indications for developers about which functions require tests to be written or updated.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 14:54:17 +02:00
1f984f4392
fix(services): 🐛 CredentialService missing namespace 2024-04-23 16:39:03 +02:00
d6cfef2a62
feat: credential service
#8
2024-04-23 12:26:51 +02:00