k3-fido2
⚠️Experimental⚠️ FIDO2 / WebAuthn Login Screen for Kirby 3
Getting started
- Download folder and put it into
/site/plugins/
-
Add a passkey
section to your user blueprint
site/blueprints/users/admin.yml
sections:
passkey:
type: passkey
label: Passkeys
- Log-in to the panel using your normal password
- Navigate to your Account view and register a passkey
- Log-out and try to log-in using the passkey.
Requisites
- Current Kirby installation
- Either an HTTPS connection to the host, or use
localhost