summary refs log tree commit diff
path: root/src/api/routes/auth/login.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-201-1/+1
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* 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
* Use adjusted email in /auth/loginMadeline2023-01-021-1/+1
|
* Revert "Don't let users undisable their accounts"Madeline2023-01-011-6/+8
| | | | This reverts commit cd84412c92c447826ebb2668295d46956618d962.
* 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