Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.26 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.26 KB

Freemius Single-Sign On 🔐 WordPress Plugin

Easily allow users logging into your WordPress store with their Freemius credentials. If a user logs in with their Freemius credentials and there was no matching user in WordPress, a new user with the same email address and password will be created in WordPress.

When embedding the User Dashboard using our User Dashboard WordPress plugin, a logged-in user will be automatically logged into their Freemius User Dashboard without the need to manually log in.

Installation

  1. Download the plugin.
  2. Open your WordPress installation's wp-config.php file and add the following lines at the end, replacing the placeholders with your actual credentials:
define( 'FREEMIUS_STORE_ID', '<STORE_ID>' );
define( 'FREEMIUS_DEVELOPER_ID', '<DEVELOPER_ID>' );
define( 'FREEMIUS_SECRET_KEY', '<DEVELOPER_SECRET_KEY>' );

You can get your developer ID and secret key in the My Profile page, and your store ID in the My Store page. Both pages are accessible from the top-right menu.

  1. Upload and activate the plugin.
  2. Done! Users will be able to login with their Freemius credentials.