Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oapi: fix a few response types in auth | Puyodead1 | 2023-04-13 | 1 | -2/+6 |
| | |||||
* | auth routes | Puyodead1 | 2023-04-13 | 1 | -1/+8 |
| | |||||
* | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 1 | -2/+2 |
| | |||||
* | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | |||||
* | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | |||||
* | implement password reset | Puyodead1 | 2023-02-24 | 1 | -1/+1 |
| | |||||
* | don't print anything if email send is successful | Puyodead1 | 2023-02-24 | 1 | -2/+1 |
| | |||||
* | add right to resend verification emails | Puyodead1 | 2023-02-23 | 1 | -21/+25 |
| | |||||
* | fix: email verification | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | Fix template rendering and use verify email template | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | | | | email html is weird, some stuff isn't supported. | ||||
* | Email verification works | Puyodead1 | 2023-02-23 | 1 | -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 |