.. include:: Includes.rst.txt ================================== Passkeys Backend Authentication ================================== :Extension key: nr_passkeys_be :Package name: netresearch/nr-passkeys-be :Version: |release| :Language: en :Author: Netresearch DTT GmbH :License: This document is published under the `GPL-2.0-or-later `__ license. :Rendered: |today| ---- Passwordless TYPO3 backend authentication via WebAuthn/FIDO2 Passkeys. Enables one-click login with TouchID, FaceID, YubiKey, and Windows Hello -- directly on the standard TYPO3 login form. .. figure:: /Images/Login/LoginPageWithPasskey.png :alt: TYPO3 login form with Sign in with a passkey button :width: 200px :zoom: lightbox The passkey button appears below the Login button with an "or" divider. ---- .. card-grid:: :columns: 1 :columns-md: 2 :gap: 4 :card-height: 100 .. card:: :ref:`Introduction ` Learn what the extension does, which authenticators and browsers are supported, and see the full feature list. .. card:: :ref:`Installation ` Install via Composer, activate the extension, and run the database schema update. .. card:: :ref:`Configuration ` Configure relying party, challenge TTL, discoverable login, rate limiting, account lockout, and cryptographic algorithms. .. card:: :ref:`Usage ` Register passkeys, log in with a single touch, and manage your credentials in User Settings. .. card:: :ref:`Administration ` Admin API for listing, revoking credentials and unlocking locked-out accounts. .. card:: :ref:`Developer Guide ` Architecture overview, authentication service, controllers, services, and how to run tests. .. card:: :ref:`Security ` WebAuthn security model, HMAC-signed challenges, rate limiting, and user enumeration prevention. .. card:: :ref:`Troubleshooting ` Common error messages, encryptionKey issues, HTTPS requirements, and debug logging. .. card:: :ref:`Changelog ` Version history and release notes. .. toctree:: :maxdepth: 2 :titlesonly: :hidden: Introduction/Index Installation/Index Configuration/Index Usage/Index Administration/Index DeveloperGuide/Index Security/Index Troubleshooting/Index Changelog/Index