Skip to content

sjinks/wp-two-factor-provider-webauthn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c84a9e6 · Feb 11, 2025
Nov 24, 2023
Feb 9, 2025
Oct 26, 2022
Jan 16, 2025
Apr 7, 2024
Jan 18, 2025
May 8, 2023
Jan 17, 2025
May 9, 2023
Sep 27, 2024
Sep 7, 2023
Jun 19, 2022
Jan 23, 2022
Feb 5, 2022
Feb 5, 2022
Jun 10, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Sep 12, 2024
Sep 9, 2024
Feb 4, 2025
Feb 11, 2025
Feb 4, 2025
Jan 18, 2025
Feb 11, 2025
Feb 4, 2025
Sep 7, 2023
Feb 5, 2022
Feb 25, 2023
Jan 18, 2025
Oct 26, 2022
Feb 5, 2022
Feb 21, 2022

Repository files navigation

wp-two-factor-provider-webauthn

Build and Test Code Standards Compliance Checks Static Code Analysis Quality Gate Status CodeQL Analysis Donate

WebAuthn Provider for Two Factor plugin

Google Chrome is going to deprecate the U2F API. As a consequence, the U2F provider of the Two Factor plugin will no longer work. This plugin uses the WebAuthn Authentication API compatible with U2F and provides a replacement for the U2F provider.

The integration is seamless: if the user has U2F credentials registered, the plugin will import them. If the user has the U2F provider enabled, the plugin will automatically enable the WebAuthn provider as well. If the U2F provider is set as the primary authentication method, it will be replaced with WebAuthn, keeping U2F as a backup method.

webauthn.mp4

See readme.txt for the changelog.