콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

WebAuthn Provider for Two Factor

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

WebAuthn Provider for Two Factor

작성자: Volodymyr Kolesnykov
다운로드
  • 세부사항
  • 평가
  • 개발
지원

설명

This plugin adds WebAuthn and passkey support to the Two Factor plugin, providing a modern, secure authentication method.

Features:

  • Support for WebAuthn and passkeys (Windows Hello, Touch ID, YubiKeys, etc.)
  • Backward compatibility with previously registered U2F security keys
  • User-friendly settings and seamless authentication experience
  • Customizable error logging and behavior via action hooks
  • Works with the Two Factor plugin for flexible 2FA authentication

The plugin enables users to register and use hardware security keys and platform authenticators for stronger protection against password-based attacks and phishing.

Notes:

  • please use GitHub issues to report bugs;
  • the full source code with all development files is available on GitHub.

스크린샷

  • User profile settings showing the registered security keys.
  • Plugin settings page.

FAQ

Be the first to ask.

후기

Working like a charm!

meksONE 2026년 2월 23일
Frictionless login experience for WordPress users: this is the perfect plugin, with no ads and no frills, just the strictly necessary options and working in literally 2 minutes.Compatible with: FIDO U2F, FIDO Hyperkey, Windows Hello and any other webauthn provider that is available on your machine.I can login with fingerprint, windows face scan, fingerprint on mobile, backup codes, email codes…

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!
모든 11 평가 읽기

기여자 & 개발자

“WebAuthn Provider for Two Factor”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • Volodymyr Kolesnykov

“WebAuthn Provider for Two Factor”(이)가 5 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “WebAuthn Provider for Two Factor”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 RSS로 구독하세요.

변경이력

2.6.1

  • Compatibility with WordPress 6.9.4
  • Refactor key management user interface

2.6.0

  • Better support for passkeys
  • Add hooks for logging errors
  • Make plugin options more user-friendly
  • Always show Retry button
  • Update translations

2.5.6

  • Fix authentication bypass with malformed request
  • Additional hardening

2.5.5

  • Compatibility with WordPress 6.9.1

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)
  • Allow only for network-wide plugin activation (to match Two Factor)

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.

기초

  • 버전 2.6.1
  • 최근 업데이트: 5일 전
  • 활성화된 설치 1,000+
  • 워드프레스 버전 6.0 또는 그 이상
  • 다음까지 시험됨: 6.9.4
  • PHP 버전 8.1 또는 그 이상
  • 언어

    Chinese (Taiwan), English (US), French (France), German, Japanese, 그리고 Russian.

    자국어로 번역하기

  • 태그:
    2FAloginsecuritytwo factorwebauthn
  • 고급 보기

평점

별 5점 만점에 4.6점.
  • 9/5-별점 후기 별 5개 9
  • 1/4-별점 후기 별 4개 1
  • 0/3-별점 후기 별 3개 0
  • 1/2-별점 후기 별 2개 1
  • 0/1-별점 후기 별 1개 0

리뷰 추가하기

모든 리뷰 보기

기여자

  • Volodymyr Kolesnykov

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

기부

이 플러그인이 발전하도록 도우시겠습니까?

이 플러그인에 기부하기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • 미래를 위한 5가지
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.