mirror of
https://github.com/we-promise/sure.git
synced 2026-05-12 23:25:00 +00:00
feat(auth): add WebAuthn MFA credentials (#1628)
* feat(auth): add WebAuthn MFA credentials * fix(auth): harden WebAuthn MFA review paths * fix(auth): polish WebAuthn error handling * fix(auth): handle duplicate WebAuthn credential races * fix(auth): permit WebAuthn credential params * fix(auth): trim WebAuthn registration controller cleanup * fix(auth): tighten WebAuthn MFA handling * fix(auth): pin WebAuthn relying party config
This commit is contained in:
@@ -55,6 +55,11 @@ OIDC_CLIENT_SECRET=
|
||||
OIDC_ISSUER=
|
||||
OIDC_REDIRECT_URI=http://localhost:3000/auth/openid_connect/callback
|
||||
|
||||
# WebAuthn / passkey MFA development defaults
|
||||
# RP ID must match the domain where credentials are registered.
|
||||
WEBAUTHN_RP_ID=localhost
|
||||
WEBAUTHN_ALLOWED_ORIGINS=http://localhost:3000
|
||||
|
||||
# Langfuse config
|
||||
LANGFUSE_PUBLIC_KEY =
|
||||
LANGFUSE_SECRET_KEY =
|
||||
|
||||
Reference in New Issue
Block a user