summary refs log tree commit diff
path: root/src/api/routes/auth/login.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-161-3/+2
* fix: verification required for login not working correctlyPuyodead12023-02-231-0/+1
* config: require account verificationPuyodead12023-02-231-0/+11
* check pw and other auth before letting users undisableMadeline2023-01-311-19/+19
* Implement WebAuthn (#967)Puyodead12023-01-301-7/+49
* Add ESLint (#941)Madeline2023-01-201-1/+1
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
* 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
* Remove some old test logs that expose info to consoleTheArcaneBrony2022-12-181-1/+0
* PrettierMadeline2022-09-261-66/+109
* Move schemas to /src/util/schemasMadeline2022-09-261-10/+1
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+105