summary refs log tree commit diff
path: root/src/api/routes/auth/verify (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add right to resend verification emailsPuyodead12023-02-231-21/+25
|
* fix: email verificationPuyodead12023-02-232-15/+15
|
* config: require account verificationPuyodead12023-02-231-6/+2
|
* fix linting errorsPuyodead12023-02-231-11/+4
|
* 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-232-3/+69
| | | | | | | | - 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
* add missing copyright headersPuyodead12023-02-231-0/+18
|
* send email verificationPuyodead12023-02-231-0/+45
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* PrettierMadeline2022-09-261-11/+23
|
* Move schemas to /src/util/schemasMadeline2022-09-261-5/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+26