summary refs log tree commit diff
path: root/src/api/routes/auth (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't return token on register if verification requiredPuyodead12023-02-241-0/+11
* implement password resetPuyodead12023-02-243-1/+150
* 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-232-15/+15
* fix: verification required for login not working correctlyPuyodead12023-02-231-0/+1
* config: require account verificationPuyodead12023-02-232-6/+13
* fix linting errorsPuyodead12023-02-231-11/+4
* Fix template rendering and use verify email templatePuyodead12023-02-231-1/+1
* Email verification worksPuyodead12023-02-232-3/+69
* add missing copyright headersPuyodead12023-02-231-0/+18
* send email verificationPuyodead12023-02-231-0/+45
* various fixes for webauthn (#973)Puyodead12023-02-031-7/+10
* check pw and other auth before letting users undisableMadeline2023-01-311-19/+19
* Implement WebAuthn (#967)Puyodead12023-01-302-7/+161
* Add ESLint (#941)Madeline2023-01-204-10/+10
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-187-0/+126
* Add back include_url param to reg tokensMadeline2023-01-101-3/+11
* PrettierMadeline2023-01-052-27/+62
* Use adjusted email in /auth/loginMadeline2023-01-021-1/+1
* Revert "Don't let users undisable their accounts"Madeline2023-01-011-6/+8
* Don't let users undisable their accountsMadeline2023-01-011-8/+6
* Reg tokens bypass other restrictionsMadeline2022-12-191-21/+22
* Registration tokensMadeline2022-12-192-1/+47
* Add register ratelimitTheArcaneBrony2022-12-191-1/+15
* Remove some old test logs that expose info to consoleTheArcaneBrony2022-12-182-3/+0
* PrettierMadeline2022-09-266-241/+363
* Move schemas to /src/util/schemasMadeline2022-09-264-53/+4
* Add logout endpointMadeline2022-09-261-0/+16
* Refactor to mono-repo + upgrade packagesMadeline2022-09-255-0/+395