Description
Share Login enables automatic login synchronization between two WordPress websites. When configured, this plugin allows users who log into your main website to be automatically logged into the secondary (sync) website without requiring a separate login.
Key Features:
- Configure one WordPress site as the main site and another as the sync site
- Automatic login on the sync site when users log into the main site
- Secure authentication token handling
- Easy to set up and configure
- Works across different domains
- Compatible with WooCommerce and other popular plugins
Use Cases:
- Multiple WordPress websites that share the same user base
- Member sites that require access to multiple platforms
- Educational institutions with multiple web properties
- Business websites with separate customer portals
Configuration
Main Site Setup:
1. Enter the sync site URL
2. Generate and save the authentication key
Sync Site Setup:
1. Enter the main site URL
2. Enter the authentication key from the main site
Third-Party Libraries
This plugin includes the following third-party libraries, bundled locally within the plugin:
- Cross Storage
* Version: 1.0.0
* License: MIT
* Source: https://github.com/zendesk/cross-storage
* Local Path: public/js/cross-storage/
- Semantic UI
* Version: 2.5.0
* License: MIT
* Source: https://github.com/Semantic-Org/Semantic-UI
* Local Path: admin/semantic/
Screenshots
Installation
- Upload the
share-login
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings > Share Login to configure your main and sync sites
- On the main site, enter the sync site’s URL and authentication key
- On the sync site, enter the main site’s URL and the same authentication key
- Test the configuration by logging into the main site
FAQ
-
How does the automatic login work?
-
When a user logs into the main site, the plugin generates a secure token that is passed to the sync site. The sync site validates this token and automatically logs in the corresponding user.
-
Is this secure?
-
Yes, the plugin uses secure authentication tokens and WordPress nonces to ensure the login synchronization process is safe and secure.
-
Can I use this with more than two sites?
-
Currently, the plugin supports one main site and one sync site configuration. Future versions may include support for multiple sync sites.
-
What are the system requirements?
-
- WordPress 5.0 or higher
- PHP 7.4 or higher
- HTTPS enabled on both sites (recommended for security)
- Cross-origin resource sharing (CORS) enabled
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Share Login” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Share 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
- Main and sync site configuration
- Automatic login synchronization
- Security token handling
1.1.0
- Initial release