summary refs log tree commit diff
path: root/src/api/routes/auth (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-204-10/+10
| | | | | | | * 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-187-0/+126
| | | | | | | | | * 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
* 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
| | | | This reverts commit 52840f4f9806d1caa6fa21733e961275dd3d7547.
* 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