feat(auth): mandatory 2FA (TOTP + WebAuthn passkeys) with hard enrollment gate, AAL2 step-up, and single-use recovery codes

This commit is contained in:
Gerhard Scheikl
2026-05-31 21:38:01 +02:00
parent 129e21529c
commit e14e909700
19 changed files with 1310 additions and 142 deletions
+3 -2
View File
@@ -11,8 +11,9 @@
"start": "next start"
},
"dependencies": {
"@supabase/ssr": "0.5.2",
"@supabase/supabase-js": "2.45.4",
"@simplewebauthn/browser": "13.3.0",
"@supabase/ssr": "0.10.3",
"@supabase/supabase-js": "2.106.2",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",