summary refs log tree commit diff
path: root/src/api/routes/auth/verify/resend.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* oapi: fix a few response types in authPuyodead12023-04-131-2/+6
|
* auth routesPuyodead12023-04-131-1/+8
|
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* implement password resetPuyodead12023-02-241-1/+1
|
* don't print anything if email send is successfulPuyodead12023-02-241-2/+1
|
* add right to resend verification emailsPuyodead12023-02-231-21/+25
|
* fix: email verificationPuyodead12023-02-231-1/+1
|
* Fix template rendering and use verify email templatePuyodead12023-02-231-1/+1
| | | | email html is weird, some stuff isn't supported.
* Email verification worksPuyodead12023-02-231-0/+49
- Added /auth/verify to authenticated route whitelist - Updated /auth/verify to properly mark a user as verified, return a response, and fix expiration time check - Implemented /auth/verify/resend - Moved verification email sending to a helper method - Fixed VerifyEmailSchema requiring captcha_key