feat(auth): add WebAuthn passkey support with migrations, routes, and tests

This commit is contained in:
2025-10-29 17:50:14 +01:00
parent ec6e7f04f2
commit ca30b20873
23 changed files with 1511 additions and 83 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod jwt;
pub mod passkeys;
pub mod password;
pub mod webdav_tokens;