Description
ZevoST Login enhances the WordPress login experience with three powerful features:
Passkey Passwordless Login
- WebAuthn-based passkey authentication
- Supports Face ID, Touch ID, Windows Hello, and other biometric authenticators
- Users can manage multiple passkeys from their profile page
- Supports ES256 and RS256 credentials
- Option to disable password login entirely
Login Page Customization
- Modern card-style login interface
- Customizable logo, background color, button color, and more
- Custom CSS support
- Responsive design
Social Login (Optional)
- Integrates with Zhiwo Cloud aggregated social login (u.zevost.com)
- Supports 14 platforms: QQ, WeChat, Alipay, Weibo, Baidu, Douyin, Huawei, Xiaomi, Google, Microsoft, Twitter, DingTalk, Gitee, and GitHub
- Auto-register new users on first social login
- Flexible callback URL configuration
- Users can bind/unbind social accounts from their profile page
Shortcodes
ZevoST Login provides two shortcodes for embedding login buttons anywhere on your site (e.g. custom login pages, sidebars, or page builders):
[zevost_passkey_button]
Renders the Passkey login button.
[zevost_social_buttons]
Renders the social login button group. Requires social login to be enabled and configured in settings.
Example usage:
[zevost_passkey_button]
[zevost_social_buttons]<h3>Source Code</h3>
This plugin is open source. The source code is available on GitHub:
https://github.com/Zevo77/zevost-login
Bug reports and pull requests are welcome.
Installation
- Upload the plugin folder to
/wp-content/plugins/ZevoST-Login - Activate the plugin from the WordPress admin Plugins page
- Go to Settings > ZevoST Login to configure the plugin
Social Login Setup
- Register an account at https://u.zevost.com and create an application
- Copy your App ID and App Key
- Enter the App ID and App Key in the plugin settings
- Set the callback URL in the Zhiwo Cloud dashboard to the URL shown in the plugin settings
- Select which social platforms to enable
FAQ
-
Does Passkey login work on all browsers?
-
Passkey is supported in all modern browsers including Chrome, Firefox, Safari, and Edge. The button will be automatically disabled if the browser does not support the WebAuthn API.
-
Can I disable password login entirely?
-
Yes. Enable the “Disable Password Login” option in the plugin settings. Users will only be able to log in via Passkey or social login.
-
No. Social login is completely optional and disabled by default. Passkey login and login page customization work independently.
-
Where are passkeys stored?
-
Passkey credentials are stored in the
wp_zevost_login_passkeysdatabase table on your own server. No data is sent to external services for passkey authentication.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“ZevoST Login” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “ZevoST Login” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release
- Passkey registration and login
- Login page customization
- Aggregated social login integration

