WordPress.org

Deutsch

  • Themes
  • Plugins
  • News
  • Support
  • Über
    • Learn WordPress
    • Documentation (en)
    • Foren
    • Developers (en)
    • WordPress.tv
  • Meetups
  • Mitmachen
  • FAQ
  • Hol dir WordPress
Hol dir WordPress
WordPress.org

Plugin Directory

WebAuthn Provider for Two Factor

  • Ein Plugin einreichen
  • Meine Favoriten
  • Anmelden
  • Ein Plugin einreichen
  • Meine Favoriten
  • Anmelden

WebAuthn Provider for Two Factor

Von Volodymyr Kolesnykov
Herunterladen
  • Details
  • Rezensionen
  • Entwicklung
Support

Beschreibung

Dieses Plugin fügt Unterstützung für WebAuthn in das Plugin Two Factor ein.

Da die U2F-API veraltet ist und im Februar 2022 entfernt wird, ermöglicht das Plugin nahtlose Unterstützung für die zuvor registrierten U2F-Sicherheitsschlüssel, sodass die Benutzer ihre Schlüssel nicht erneut registrieren müssen und sich trotzdem anmelden können.

Hinweise:

  • bitte benutze GitHub issues, um Fehler zu melden;
  • der vollständige Quellcode mit allen Entwicklungsdateien ist auf GitHub verfügbar.

Screenshots

  • Benutzerprofileinstellungen, die die registrierten Sicherheitsschlüssel anzeigen.
  • Plugin-Einstellungsseite.

FAQ

Sei der Erste, der fragt.

Rezensionen

One touch 2FA is a dream

Steven Gliebe 14. Januar 2025
This is great. You can literally log into WordPress with 2FA using one touch (password manager with auto-login combined with this for 2FA). Beats using an authenticator app any day.

Works well for my use case but please provide unminified JS files.

Rene Hermenau 26. Oktober 2024
This is helpful for evaluating purposes of the code. As this plugin is part of a security level all the code should be readable easily for auditors. Besides that, well done.Thank you.

Can’t register

fakeologist 15. Oktober 2024
it worked last month perfectly, now I can’t register a new auth key.

FIDO U2F WebAuthn for Two Factor

con 2. Oktober 2024
Thank you for bridging the gap while we wait for the PR. This is what Open Source is all about.

Fixes FIDO/U2F/WebAuthn functionality

Olav Seyfarth 4. Juni 2023
WebAuthn could be included in Two Factor, there’s a PR since Nov 22. Thanks for stepping in and even ENHANCING it. Very comprehensive!

Works great with yubi key

khunglarsen 26. Mai 2023
This works great and I use a yubi key.
Alle 10 Rezensionen lesen

Mitwirkende & Entwickler

„WebAuthn Provider for Two Factor“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende
  • Volodymyr Kolesnykov

„WebAuthn Provider for Two Factor“ wurde in 5 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.

Übersetze „WebAuthn Provider for Two Factor“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

2.5.4

  • Platform requirements updated to PHP 8.1 and WordPress 6.0 (although the plugin still should work with older versions of PHP and WordPress)
  • GH-1008: better integration with Two Factor 0.13.0

2.5.3

  • Restore WebAuthn_Provider::get_instance() because WPVIP has an ancient version of Two Factor

2.5.2

  • Fix the conflict when another package loads a library that has autoload.files key (see https://github.com/sjinks/wp-two-factor-provider-webauthn/pull/980)

2.5.1

  • GH-898: do not show the UI if the plugin has failed to install its tables
  • GH-972: do not show the profile UI if the provider is disabled
  • drop official PHP 7.4 support

2.5.0

  • iCloud support for Firefox (props dd32)

2.4.1

  • GH-541: fix issues with YubiKeys (backported a patch by Markus Bauer from https://github.com/madwizard-org/webauthn-server/pull/23)

2.4.0

  • GH-830: introduce webauthn_register_key_use_nicename filter (props kat3samsin)

2.3.0

  • GH-827: Add webauthn_register_key_suppress_output filter
  • GH-826: Add webauthn_app_id filter to customize U2F AppID
  • GH-824: Initialize wpdb properties as early as possible
  • Update madwizard/webauthn to 0.10.0

2.2.0

  • Do not create user handles if they are not needed
  • Add a hook to customize WebAuthN server
  • Update dependencies
  • Refactor tests

2.1.0

  • GH-462: Use correct user ID when editing a user
  • GH-456: Set relying party ID to COOKIE_DOMAIN if it is available (props dd32)
  • Nur netzwerkweite Plugin-Aktivierung zulassen (um Two Factor zu entsprechen)

2.0.3

  • Update translations (thank you, Copilot)
  • Add Ukrainian translation (thank you, Copilot)

2.0.2

  • Update madwizard/webauthn to 0.9.0
  • Update development dependencies
  • Update E2E tests

2.0.1

  • GH-295: fix client extensions validation
  • Update development dependencies

2.0.0

  • Put external dependencies into a unique namespace (GH-36, GH-53, GH-236)
  • Update madwizard/webauthn to 0.8.0
  • Update development dependencies

1.0.10

  • Add zh-tw translations (props Chun-Chih Cheng, Alex Lion)
  • GH-215, GH-33: Fix „Unable to save the key to the database“ error for long public keys
  • Update development dependencies

1.0.9

  • Update madwizard/webauthn to 0.8.0
  • Update development dependencies
  • Add debug mode (activated with define( 'DEBUG_TFPWA', true );)

1.0.8

  • Security: Update guzzlehttp/guzzle to 7.4.5 (fix CVE-2022-31090 and CVE-2022-31091)
  • Do not load the plugin while WordPress is being installed

1.0.7.1

  • Fix deployment issue. It’s time to automate the process

1.0.7

  • GH-130: fix Network Installation issue
  • Update development dependencies
  • Add security-related workflows to CI
  • Improve tests

1.0.6.1

  • Fix deployment issue

1.0.6

  • GH-93: remove unnecessary required attribute from webauthn_key_name
  • Security: Update guzzlehttp/guzzle to 7.4.4 (fix CVE-2022-31042 and CVE-2022-31043)
  • Update development dependencies

1.0.5

  • Synchronize plugin version across all files

1.0.4

  • Update translations
  • GH-93: add an option to turn off the old U2F provider
  • Update dependencies
  • Add more E2E tests

1.0.3

  • GH-33: increase length of credential_id column to solve issues with Chrome on Mac
  • GH-38: fix bugs preventing plugin uninstallation
  • Make Settings::offsetGet() compatible with PHP 8.1

1.0.2

  • Added E2E tests
  • UI fixes

1.0.1

  • First public release.

Meta

  • Version 2.5.4
  • Zuletzt aktualisiert vor 3 Wochen
  • Aktive Installationen 1.000+
  • WordPress-Version 6.0 oder höher
  • Getestet bis 6.8.2
  • PHP-Version 8.1 oder höher
  • Sprachen

    Chinese (Taiwan), English (US), French (France), German, Japanese und Russian.

    Übersetze in deine Sprache

  • Schlagwörter
    2FAloginsecuritytwo factorwebauthn
  • Erweiterte Ansicht

Bewertungen

4.6 von 5 Sternen.
  • 8 5-Sterne-Rezensionen 5 Sterne 8
  • 1 4-Sterne-Rezension 4 Sterne 1
  • 0 3-Sterne-Rezensionen 3 Sterne 0
  • 1 2-Sterne-Rezension 2 Sterne 1
  • 0 1-Sterne-Rezensionen 1 Stern 0

Meine Rezension hinzufügen

Alle Rezensionen anzeigen

Mitwirkende

  • Volodymyr Kolesnykov

Support

Möchtest du etwas sagen? Brauchst du Unterstützung?

Support-Forum anzeigen

Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

Für dieses Plugin spenden

  • Über
  • News
  • Hosting (engl.)
  • Datenschutz
  • Showcase (engl.)
  • Themes
  • Plugins
  • Vorlagen
  • Lernen
  • Support
  • Entwicklung (engl.)
  • WordPress.tv ↗
  • Mitwirken (engl.)
  • Veranstaltungen
  • Spenden (engl.) ↗
  • Five for the Future (engl.)
  • WordPress.com ↗
  • Matt (engl.) ↗
  • bbPress (engl.) ↗
  • BuddyPress (engl.) ↗
WordPress.org
WordPress.org

Deutsch

  • Das X-Konto (früher Twitter) von WordPress.org besuchen
  • Das Bluesky-Konto von WordPress.org besuchen
  • Das Mastodon-Konto von WordPress.org besuchen
  • Das Threads-Konto von WordPress.org besuchen
  • Die Facebook-Seite von WordPress.org besuchen
  • Das Instagram-Konto von WordPress.org besuchen
  • Das LinkedIn-Konto von WordPress.org besuchen
  • Das TikTok-Konto von WordPress.org besuchen
  • Den YouTube-Kanal von WordPress.org besuchen
  • Das Tumblr-Konto von WordPress.org besuchen
Code ist Poesie.