Implement passkey recovery feature, including email link requests and registration options. Update login and registration pages to support passkey authentication, with UI enhancements for user experience. Add server-side handling for passkey registration and login, including account activation checks. Update environment configuration for passkey recovery TTL settings.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 48s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 48s
This commit is contained in:
@@ -66,3 +66,7 @@ WEBAUTHN_RP_ID=
|
||||
WEBAUTHN_RP_NAME=Harheimer TC
|
||||
# Optional: erzwingt User Verification (z.B. biometrisch/PIN am Gerät)
|
||||
WEBAUTHN_REQUIRE_UV=false
|
||||
|
||||
# Passkey-Recovery (E-Mail-Link)
|
||||
# TTL in Minuten (Standard: 30)
|
||||
PASSKEY_RECOVERY_TTL_MIN=30
|
||||
|
||||
Reference in New Issue
Block a user