WebAuthn module for the Two Factor WordPress plugin.
Incorporates a modified version of WebAuthn by David Earl.
This plugin is currently in beta stadium. I still hope to have it merged into Two Factor later, but the response doesn't look very promising yet: WordPress/two-factor#232
- Head over to releases
- Download 'two-factor-webauthn.zip'
- Install and activate it like any other WordPress plugin
- As long as the plugin is active, it will check for updates
cd wp-content/plugins
git clone git@github.com:mcguffin/two-factor-webauthn.git
cd two-factor-webauthn
npm install
npm run dev