Skip to content

sanzeeb3/freemius-wordpress-sso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%