summary refs log tree commit diff
path: root/src/api/routes/auth/verify/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor checkTokenMadeline2023-07-281-2/+1
|
* fixing lots of openapi crapPuyodead12023-04-131-1/+1
|
* auth routesPuyodead12023-04-131-1/+12
|
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* fix a few issues with emailsPuyodead12023-02-241-1/+1
|
* first batch of requested changesPuyodead12023-02-241-15/+39
|
* fix: email verificationPuyodead12023-02-231-14/+14
|
* config: require account verificationPuyodead12023-02-231-6/+2
|
* fix linting errorsPuyodead12023-02-231-11/+4
|
* Email verification worksPuyodead12023-02-231-3/+20
| | | | | | | | - 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