Security
WebAuthn
TYPO3 v14
Passkey-First Frontend Authentication
WebAuthn/FIDO2 passkey login for TYPO3 frontend users. Replace passwords with biometrics — fingerprint, face recognition, or security keys.
Passkey-First Login
Tabbed felogin override: Passkey tab is default, password tab as fallback. Discoverable credentials via browser autofill.
Management Plugin
Frontend plugin for users to register, rename, and remove passkeys. Recovery codes for account access if all keys are lost.
Zero Template Work
Drop-in felogin override. Passkey tab, management UI, and enrollment prompts work out of the box. No Fluid templates to write.
Recovery Codes
One-time recovery codes for account access if all passkeys are lost. Generate, download, and manage via frontend UI.
How it works
1
composer require netresearch/nr-passkeys-fe
2
Add the passkey management plugin to a protected page
3
Felogin gets a passkey tab automatically — users see biometric login first
4
Users register passkeys and log in with fingerprint, face, or security key
See also: Passkeys (Backend) for backend user authentication.