feat: add passkey management and auth policy sections to tenant settings

Adds PasskeySection (list/rename/delete passkeys), AuthPolicySection
(MFA mode + passkey enable/mode controls), and PasskeyNudgeBanner
(dismissable nudge for users without a passkey enrolled).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-27 08:55:04 +02:00
parent 8de16019b7
commit 9b898924ab
5 changed files with 222 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"dependencies": {
"@cameleer/design-system": "^0.1.54",
"@logto/react": "^4.0.13",
"@simplewebauthn/browser": "^13.3.0",
"@tanstack/react-query": "^5.90.0",
"lucide-react": "^1.7.0",
"qrcode.react": "^4.2.0",