| 开发者 | digitrixlabs |
|---|---|
| 更新时间 | 2026年6月27日 19:34 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
digitrix-labs-passkeys-and-email-link-access folder to your site's /wp-content/plugins/ directory.Yes. Biometric authentication (WebAuthn/Passkeys) is a secure browser API and will only function in secure contexts (HTTPS). Local development environments on localhost can test without HTTPS.
Absolutely. You can insert the AJAX-based login link form on any post, page, or widget block using the [digitrix_passkeys_email_login_form] shortcode.
Once the administrator enables Biometric Passkeys in the general settings, users can register their biometrics by going to their own profile page (Users -> Profile) and enrolling a key under the "Passwordless Biometric Login (Passkeys)" section.
No. The plugin is built to be highly compatible with page caching plugins and does not use standard PHP $_SESSION sessions. Instead, it utilizes secure WordPress transients.