# WebAuthn/Passkeys als zweiter Faktor (scheb/2fa + jbtronics/2fa-webauthn)
# rpID: null = Hostname der aktuellen Anfrage (HTTPS in Produktion erforderlich)
tfa_webauthn:
    enabled: true
    rpName: 'TerraFlow CMS'
    rpID: null
    timeout: 60000
    template: '@TerraFlowCMS/webauthn_2fa.html.twig'
