summary refs log tree commit diff
path: root/src/api/routes/users/@me/mfa/webauthn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-161-1/+1
|
* various fixes for webauthn (#973)Puyodead12023-02-032-2/+11
|
* Implement WebAuthn (#967)Puyodead12023-01-302-0/+231
* implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>