Archived
1
0
Commit Graph

60 Commits

Author SHA1 Message Date
3b50bfc17d fix: sanitize password and cookie key 2021-06-08 14:33:17 -07:00
6020480b30 feat: add isCookieValid function and tests 2021-06-08 14:33:16 -07:00
a14ea39c4a feat: add handlePasswordValidation + tests 2021-06-08 14:33:15 -07:00
7ff4117531 feat: add getPasswordMethod & test for it 2021-06-08 14:33:15 -07:00
fd3cb6cfa0 refactor: update unit tests for hash fns
Since the hash and isHashMatch are now async, I had to update the tests
accordingly. Now everything is working.
2021-06-08 14:33:13 -07:00
fc3326f1f2 feat: add tests using real hashes 2021-06-08 14:33:12 -07:00
aaf044728f refactor: add functions to check hash password 2021-06-08 14:33:12 -07:00
f35120c0a3 feat: add unit test for hash function 2021-06-08 14:33:12 -07:00
46fe77d464 chore: update CHANGELOG 2021-05-13 12:10:22 -07:00
2a657ab930 feat: add tests for getEnvPaths 2021-05-13 12:10:21 -07:00