-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate U2F keys to WebAuthn #491
base: master
Are you sure you want to change the base?
Conversation
@dd32 Can you please merge this pull request for me? I would really like to be able to use my U2F Keys again. |
This isn't my call. I would suggest using a plugin that adds a WebAuthN provider in the meantime: https://wordpress.org/plugins/two-factor-provider-webauthn/ |
This is a proof of concept and a follow-up for #427.
The transformation is happening in
includes/WebAuthn/class-webauthn-key-migrator.php
. The PHP is mainly gathered together fromsjinks/wp-two-factor-provider-webauthn
andmadwizard-org/webauthn-server
.Apart from reviewing, here's what I think should be the next steps:
sjinks/wp-two-factor-provider-webauthn
does. I'm feeling indecisive about it and I'm looking forward for your feedback and opinions.