WordPress.org

日本語

  • テーマ
  • プラグイン
  • ニュース
    • ドキュメンテーション
    • フォーラム
  • 概要
  • 参加・貢献
  • このサイトについて
  • WordPress を入手
WordPress を入手
WordPress.org

Plugin Directory

WebAuthn Provider for Two Factor

  • プラグインを申請
  • お気に入り
  • ログイン
  • プラグインを申請
  • お気に入り
  • ログイン

WebAuthn Provider for Two Factor

作者: Volodymyr Kolesnykov
ダウンロード
  • 詳細
  • レビュー
  • 開発
サポート

説明

This plugin adds support for WebAuthn into the Two Factor plugin.

Because the U2F API is deprecated and will be removed in February 2022, the plugin enables seamless support for the previously registered U2F security keys so that the users don’t have to re-register their keys and still be able to log in.

注意:

  • バグ報告には GitHub issues をご利用ください。
  • すべての開発ファイルを含む完全なソースコードはGitHubで入手できます。

スクリーンショット

  • 登録済セキュリティキー一覧が追加されたユーザープロファイル設定。
  • プラグイン設定画面

FAQ

最初から不具合として報告するのではなく、まず質問するようお願いします。

評価

One touch 2FA is a dream

Steven Gliebe 2025年1月14日
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 2024年10月26日
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 2024年10月15日
it worked last month perfectly, now I can’t register a new auth key.

FIDO U2F WebAuthn for Two Factor

con 2024年10月2日
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 2023年6月4日
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 2023年5月26日
This works great and I use a yubi key.
10件のレビューをすべて表示

貢献者と開発者

WebAuthn Provider for Two Factor はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者
  • Volodymyr Kolesnykov

“WebAuthn Provider for Two Factor” は5ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“WebAuthn Provider for Two Factor” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログを RSS で購読してみてください。

変更履歴

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
  • 依存関係の更新
  • 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)
  • Allow only for network-wide plugin activation (to match Two Factor)

2.0.3

  • 翻訳を更新 (thank you, Copilot)
  • ウクライナ語を追加 (thank you, Copilot)

2.0.2

  • madwizard/webauthn を 0.9.0 に更新
  • 開発依存関係の更新
  • Update E2E tests

2.0.1

  • GH-295: クライアント拡張機能検証の修正
  • 開発依存関係の更新

2.0.0

  • 外部依存関係を一意の名前空間に配置 (GH-36, GH-53, GH-236)
  • madwizard/webauthn を 0.8.0 に更新
  • 開発依存関係の更新

1.0.10

  • Add zh-tw translations (props Chun-Chih Cheng, Alex Lion)
  • GH-215, GH-33: 長い鍵に対する「キーをデータベースに保存できませんでした。」エラーの修正
  • 開発依存関係の更新

1.0.9

  • madwizard/webauthn を 0.8.0 に更新
  • 開発依存関係の更新
  • デバッグモードの追加 (define( 'DEBUG_TFPWA', true ); の設定により有効化)

1.0.8

  • Security: guzzlehttp/guzzle を 7.4.5 に更新。 (CVE-2022-31090 および CVE-2022-31091 の修正)
  • Do not load the plugin while WordPress is being installed

1.0.7.1

  • デプロイの問題を修正。プロセスを自動化する契機だ。

1.0.7

  • GH-130: ネットワークインストールの問題を修正
  • 開発依存関係の更新
  • Add security-related workflows to CI
  • テストの改善

1.0.6.1

  • デプロイに関する問題を修正

1.0.6

  • GH-93: webauthn_key_nameから不要なrequired属性を削除
  • Security: guzzlehttp/guzzle を 7.4.4 に更新 (CVE-2022-31042 および CVE-2022-31043の修正)
  • 開発依存関係の更新

1.0.5

  • すべてのファイルでプラグインのバージョンを同期

1.0.4

  • 翻訳の更新
  • GH-93: add an option to turn off the old U2F provider
  • 依存関係の更新
  • Add more E2E tests

1.0.3

  • GH-33: increase length of credential_id column to solve issues with Chrome on Mac
  • GH-38: プラグインのアンインストールができなくなる不具合を修正
  • Settings::offsetGet() を PHP 8.1 と互換性のあるものに修正

1.0.2

  • Added E2E tests
  • UI fixes

1.0.1

  • 初公開

メタ

  • バージョン 2.5.4
  • 最終更新日 3週間前
  • 有効インストール数 1,000+
  • WordPress バージョン 6.0またはそれ以降
  • 検証済み最新バージョン: 6.8.1
  • PHP バージョン 8.1またはそれ以降
  • 言語

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

    プラグインを翻訳

  • タグ
    2FAloginsecuritytwo factorwebauthn
  • 詳細を表示

評価

5つ星中4.6つ星
  • 8 5-星 レビュー 5つ星 8
  • 1 4-星 レビュー 4つ星 1
  • 0 3-星 レビュー 3つ星 0
  • 1 2-星 レビュー 2つ星 1
  • 0 1-星 レビュー 1つ星 0

レビューを追加

すべてのレビューを見る

貢献者

  • Volodymyr Kolesnykov

サポート

意見や質問がありますか ?

サポートフォーラムを表示

寄付

このプラグインが今後も改善できるよう応援しませんか ?

このプラグインに寄付

  • WordPress とは
  • ニュース
  • ホスティング
  • プライバシー
  • ショーケース
  • テーマ
  • プラグイン
  • パターン
  • Learn
  • サポート
  • 開発者
  • WordPress.tv ↗
  • 参加・貢献
  • イベント
  • 寄付 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

日本語

  • X (旧 Twitter) アカウントへ
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Facebook ページへ
  • Instagram アカウントへ
  • LinkedIn アカウントへ
  • Visit our TikTok account
  • YouTube チャンネルへ
  • Visit our Tumblr account
Code is Poetry.