[WordPress] 外掛分享: Advanced Passkeys for Secure Login

首頁外掛目錄 › Advanced Passkeys for Secure Login
WordPress 外掛 Advanced Passkeys for Secure Login 的封面圖片
全新外掛
安裝啟用
尚無評分
2 天前
最後更新
問題解決
WordPress 6.0+ PHP 8.0+ v1.1.6 上架:2026-06-10

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.6) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Advanced Passkeys for Secure Login」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Passwords are the single biggest security risk for your WordPress site. They get leaked, reused, or broken by automated brute-force attacks. Standard Two-Factor Authentication (2FA) adds safety, but typing in temporary codes from SMS or authenticator apps introduces annoying friction to your daily workflow.
Advanced Passkeys for Secure Login brings the future of un-phishable, modern authentication directly to your WordPress site using the official FIDO2 / WebAuthn standard.
Users register a passkey just once using their device’s built-in biometric sensor (Face ID, Touch ID, Windows Hello) or a hardware security key (like a YubiKey). Future sign-ins take less than a second—completely bypassing the traditional password field.
Why Switch to Passkeys?

Immune to Phishing: Passkeys are cryptographically bound to your specific domain. A fake login page cannot trick or steal a passkey.
Goodbye Brute-Force: Because there is no static password on the server to guess, automated bot attacks are completely neutralized.
Ultimate Ecosystem Sync: Works seamlessly with iCloud Keychain, Google Password Manager, and 1Password for painless cross-device access.

Ecosystem-Wide Integrations Included
Unlike basic alternatives, this plugin features intelligent, dependency-aware integration modules that automatically inject passkey entry points into your favorite plugins. It features out-of-the-box support for WooCommerce, Easy Digital Downloads, MemberPress, Ultimate Member, LearnDash, BuddyBoss, Gravity Forms, and PMPro.
Features

One-Click Passwordless Auth: Adds a native “Sign in with Passkey” button directly to the WordPress login screen.
Ecosystem Integrations: Built-in aware modules, blocks, and shortcodes for WooCommerce, MemberPress, LearnDash, BuddyBoss, and more.
Gutenberg Blocks & Shortcodes: Automatically registers custom login cards and shortcodes based on active plugins.
Admin Dashboard Overview: Keep track of credential performance with an Authenticator Overview card and Last Login activity logs.
Granular Role Controls: Easily configure exactly which user roles are permitted to use passkey authentication (Default: Administrators).
Brute-Force Rate Limiting: Hardened local security with built-in login rate-limiting and automated daily log cleanups.
Multisite Compatible: Network-aware provisioning instantly configures security settings for newly created network sites.
Clean Performance & Housekeeping: Lightweight footprint with a clean uninstall routine that leaves zero orphaned tables or options behind.

Developer Hooks: Last Used Pill
Developers can use these filters inside a theme or functionality plugin to globally customize or suppress the login form’s Last used passkey indicator pill.
Available filters

advapafo_last_used_pill_freshness_days — default 90 days
advapafo_last_used_pill_visible — final on/off override
advapafo_last_used_pill_label — customize label text

Example implementation
roles, true ) ) {
return false;
}

return $visible;
}, 10, 4 );

// Label override.
add_filter( 'advapafo_last_used_pill_label', function ( $label, $user ) {
unset( $user );
return 'Previously used';
}, 10, 2 );

延伸相關外掛

文章
Filter
Apply Filters
Mastodon