|
Ran
|
Files
108
|
Run time
1s
|
Badge
README BADGES
|
push
github
fix: support email verification type on token hash verification (#1177) ## What kind of change does this PR introduce? * Allow `POST /verify` to accept the email verification type when used together with the `token_hash` * For example: ``` curl -X POST "http://localhost:9999/verify" -H "Content-Type: application/json" -d '{"token_hash": "d00bae89713395f08f7f754c1", "type": "email"}' ```
7175 of 10901 relevant lines covered (65.82%)
49.11 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|