Commit a6bae7c
Release 1.0.3 (#196)
* feat: implement new validation endpoint
* Refactor: Reduce password reset link expiration time and fix the link (#194)
* refactor: reduce password reset link expiration time to 15 minutes and update email content accordingly
* test: add unit tests for forgotPassword and resetPassword methods in AuthService
* fix: deleted the added tests
* test: add comprehensive tests for password reset with 15-minute expiration
* fix: configure coverage reporting for CI/CD
* fix: resolve ESLint errors
* fix: resolve TypeScript type error and improve CI coverage reporting
---------
Co-authored-by: LucaTvl <lucatrincavell@frro.utn.edu.ar>
Co-authored-by: NiconiKimg <pedemontenicolas2004@gmail.com>
* feat: enhance security and error handling in application responses
* test: add testing to uncovered files
* test: add comprehensive unit tests for question module (#197)
Co-authored-by: LucaTvl <LucaTvl@users.noreply.github.com>
Co-authored-by: carlex74 <carlex74@users.noreply.github.com>
---------
Co-authored-by: carlex74 <r.icardogugliermino@gmail.com>
Co-authored-by: Luca Trincavelli <155491309+LucaTvl@users.noreply.github.com>
Co-authored-by: LucaTvl <lucatrincavell@frro.utn.edu.ar>
Co-authored-by: LucaTvl <LucaTvl@users.noreply.github.com>
Co-authored-by: carlex74 <carlex74@users.noreply.github.com>1 parent 5f8404a commit a6bae7c
16 files changed
Lines changed: 2522 additions & 36 deletions
File tree
- .github/workflows
- src
- auth
- emails/templates
- models/question
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
73 | | - | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
32 | 45 | | |
33 | 46 | | |
34 | 47 | | |
0 commit comments