summary refs log tree commit diff
path: root/src/api/routes/auth/mfa/webauthn.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Actually run prettier dev/emma-refactorsEmma [it/its]@Rory&2023-12-111-34/+14
|
* fixing lots of openapi crapPuyodead12023-04-131-1/+1
|
* auth routesPuyodead12023-04-131-1/+7
|
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-161-1/+2
|
* various fixes for webauthn (#973)Puyodead12023-02-031-7/+10
|
* Implement WebAuthn (#967)Puyodead12023-01-301-0/+112
* implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>