summary refs log tree commit diff
path: root/src/api/routes/users/@me/mfa/webauthn/credentials/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* oapi: finish usersPuyodead12023-04-131-1/+11
|
* fixing lots of openapi crapPuyodead12023-04-131-1/+1
|
* 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/+1
|
* various fixes for webauthn (#973)Puyodead12023-02-031-1/+4
|
* Implement WebAuthn (#967)Puyodead12023-01-301-0/+196
* implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>