WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Secure Passkeys

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

Secure Passkeys

由 Mohamed Endisha 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

Secure Passkeys is a powerful WordPress plugin that enables seamless passwordless authentication using WebAuthn technology. By eliminating the need for traditional passwords, it enhances security and improves the user login experience. With support for biometric authentication, security keys, and device-bound credentials, Secure Passkey provides a robust and user-friendly solution for modern authentication.

Unlike traditional password-based authentication, Secure Passkey leverages cryptographic key pairs to ensure secure logins. The private key remains securely stored on the user’s device, while the public key is registered with the WordPress site. This method protects against phishing attacks and password breaches, ensuring that only authorized users can gain access.

Secure Passkeys integrates effortlessly into WordPress, allowing users to register and manage their passkeys from their profile settings. Once registered, users can log in using their fingerprint, face recognition, or a hardware security key without the need to remember or enter a password.

Features

  • Passwordless Login: Secure authentication via WebAuthn with biometric devices, security keys, Touch ID, Face ID, and more.
  • Enhanced User Experience: Password-free login for a smoother user journey.
  • Integration Support:
    • WordPress default login form
    • WooCommerce login page
    • MemberPress login form
    • Easy Digital Downloads login form
  • Admin Management: Administrators can delete, activate, or deactivate users directly from plugin settings or user profiles.
  • Activity Logging: Monitor activity logs and track last login/registration of passkeys.
  • Multiple Passkeys: Supports multiple passkey registrations per user, with the option to set a registration limit or allow unlimited registrations.
  • Role Restrictions: Restrict and exclude specific user roles from using passkey authentication.
  • Customizable Settings: Adjust timeout settings for passkey registration and login.
  • User Verification: Enforce user verification for enhanced security.
  • Frontend Customization: Easily customize frontend themes or add your own with basic frontend skills.
  • Theme Support: Supports pre-built themes like YOOtheme (UIkit) for frontend shortcodes.
  • Shortcodes: Embed passkey login and registration forms on custom frontend pages.
  • Passkey Display: Show passkey details in admin user lists and profiles.
  • Multisite: Supports WordPress Multisite and single-site installations.
  • Database Optimization: Option to allow or disallow automatic deletion of old challenge records and activity logs (configurable schedule).

Requirements

  • WordPress 6.0 or newer.
  • PHP version 7.4 or newer.

License

Secure Passkeys is licensed under the GNU General Public License v2 or later.

螢幕擷圖

  • Overview
  • Passkeys
  • Activity Log
  • General Settings
  • Display Settings
  • Advanced Settings
  • Admin Edit Profile and User Page
  • Admin Add New Passkey
  • Login

安裝方式

Minimum Requirements

  • PHP 7.4 or greater is recommended
  • MySQL 5.6 or greater is recommended

Automatic installation

Automatic installation is the easiest option — WordPress will handles the file transfer, and you won’t need to leave your web browser. To do an automatic install of Secure Passkeys, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”

In the search field type “Secure Passkeys” then click “Search Plugins.” Once you’ve found us, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now,” and WordPress will take it from there.

Manual installation

Manual installation method requires downloading the Secure Passkeys plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains instructions on how to do this here.

常見問題集

How do I enable and configure the Secure Passkeys?

After activating the plugin, a “Secure Passkeys” menu item will appear in your WordPress admin dashboard’s sidebar.

How can I add an ew theme for frontend shortc?

You can add a custom theme for frontend shortcodes using the secure_passkeys_themes and secure_passkeys_themes_paths filters.

Register the Theme: Use the secure_passkeys_themes filter to register your new theme and make it available in the plugin settings.

<?php

add_filter('secure_passkeys_themes', function ($themes)
{
    $themes['new_theme'] = 'New Theme';
    return $themes;
}, 10, 1);

Specify the Theme Path: Use the secure_passkeys_themes_paths filter to define the file path to your custom theme’s directory.

<?php

add_filter('secure_passkeys_themes_paths', function ($themes)
{
    $themes['new_theme'] = 'your/path/new/theme/folder';
    return $themes;
}, 10, 1);

Override Template Files: Copy the template files you wish to customize from secure-passkeys/src/views/frontend/default/ to your custom theme’s folder (your/path/to/new/theme/folder). Any files not copied to your custom theme folder will be loaded from the plugin’s default theme, providing a fallback mechanism. This allows you to customize only the files you need to change.

Are there other filters and actions?

Yes! The plugin offers a variety of filters and actions that allow developers to customize and extend its functionality. If you’re a developer, we encourage you to explore these hooks and tailor the plugin to meet your specific needs.

For a complete list of available hooks and examples, refer to the plugin’s codebase.

使用者評論

Absolutely Awesome

teeboy4real 2025 年 6 月 25 日 1 則留言
I recently installed Secure Passkeys by Mohamed Endisha, and it’s been an absolute game-changer. Setting up seamless, password-free authentication using biometric devices and security keys was incredibly smooth—it integrated flawlessly with my WordPress/WooCommerce login forms The admin interface for managing multiple passkeys, detailed activity logs, and role-based restrictions is thoughtfully designed and intuitive Secure Passkeys delivers top-tier security and elegant usability—highly recommended!

Excellent

Pierre Moser 2025 年 6 月 17 日 1 則留言
En plus d’une traduction dans un francais superbe, une efficacité réelle, même pour un débutant comme moi.

Fantastic, Amazing, Time Saver

dswfwp 2025 年 5 月 30 日 1 則留言
My favorite plugin. When passkeys’ finally became popular, I was thrilled. Now, having the ability to add passkeys to all my WordPress website, what a time saver. Using Windows Hello makes logging-in so quick and easy. I love it. And, if I’m somewhere off site. I just touch my finger on my Pixel phone screen, and I’m logged in. And, above all else, it’s under the GNU license. Thank you to the developer, Mohamed Endisha. Thank you for taking your time to create such an amazing plugin that is easy to install and just works. And, on top of that, you licensed it under GNU for all to use. Thank you!!!

Top plugin

matteodioto 2025 年 5 月 23 日 1 則留言
I’ve been using this passkey plugin for a while now, and I couldn’t be happier with the results. The setup was straightforward, the documentation is clear, and everything just works seamlessly. Passkey login adds a modern, secure, and user-friendly authentication method to my site—no more passwords to worry about! What impressed me most is how smoothly the integration went, even with custom configurations. The plugin is well-maintained. Highly recommended for anyone looking to bring passkey support to their platform. A top-notch solution!

A Game-Changer for WordPress Security and User Experience​

Cyrine Ghwela 2025 年 5 月 3 日 2 則留言
This plugin is a great step forward in improving WordPress security. I really appreciate the effort and innovation behind it. Thank you to the developers for offering such a valuable solution to the community!

Essential Security Plugin – Simple, Powerful, and Reliable!

aminsalih 2025 年 4 月 26 日 1 則留言
I’ve been using Mohamed Endisha’s Secure Passkeys Plugin on several of my websites, and it’s been a game-changer. It adds an important extra layer of security without complicating the user experience. The setup process was straightforward, and the interface is clean and easy to understand, even for non-technical users. Since integrating Secure Passkeys, I’ve felt much more confident about the protection of my sites against unauthorized access. Mohamed has done an outstanding job – this plugin is lightweight, efficient, and fits perfectly into modern security best practices. Highly recommended for anyone serious about securing their WordPress sites!
閱讀全部 7 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Secure Passkeys〉的開發相關工作。

參與者
  • Mohamed Endisha

〈Secure Passkeys〉外掛目前已有 2 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Secure Passkeys〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.0.0 2025-03-05

  • Initial release.

中繼資料

  • 版本 1.0.0
  • 最後更新 3 個月前
  • 啟用安裝數 100+
  • WordPress 版本需求 6.0 或更新版本
  • 已測試相容的 WordPress 版本 6.7.2
  • PHP 版本需求 7.4 或更新版本
  • 語言

    English (US)、French (France)、及 German.

    將這個外掛本地化為你的母語版本

  • 標籤
    loginpasskeyspasswordlesssecurewebauthn
  • 進階檢視

評分

5 星,滿分為 5 星
  • 7 個 5 星使用者評論 5 星 7
  • 0 個 4 星使用者評論 4 星 0
  • 0 個 3 星使用者評論 3 星 0
  • 0 個 2 星使用者評論 2 星 0
  • 0 個 1 星使用者評論 1 星 0

新增使用者評論

查看全部使用者評論

參與者

  • Mohamed Endisha

技術支援

最近 2 個月解決的問題:

總計 6 個問題,已解決 6 個

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • Visit our Bluesky account
  • 造訪我們的 Mastodon 帳號
  • Visit our Threads account
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
程式碼,如詩