OAuth Client paid modules installation
Standard Module Installation:
Steps:
-
Run the command to add the Standard version of the module to the composer configuration:
composer config repositories.miniorange_oauth_client_standard vcs https://github.com/miniorange-drupal/miniorange_oauth_client_standard.git
-
Run the command to update the module to your site:
composer require "miniorange/miniorange_oauth_client"
-
You will be prompted to enter the token (one-time only).
- For token, reach out to us at drupalsupport@xecurify.com
-
Once done please run the update script using the URL below:
{BASE_URL_OF_DRUPAL_SITE}/update.php
Premium Module Installation:
Steps:
-
Run the command to add the Premium version of the module to the composer configuration:
composer config repositories.miniorange_oauth_client_premium vcs https://github.com/miniorange-drupal/miniorange_oauth_client_premium.git
-
Run the command to update the module to your site:
composer require "miniorange/miniorange_oauth_client"
-
You will be prompted to enter the token (one-time only).
- For token, reach out to us at drupalsupport@xecurify.com
-
Once done please run the update script using the URL below:
{BASE_URL_OF_DRUPAL_SITE}/update.php
Enterprise Module Installation:
Steps:
-
Run the command to add the Enterprise version of the module to the composer configuration:
composer config repositories.miniorange_oauth_client_enterprise vcs https://github.com/miniorange-drupal/miniorange_oauth_client_enterprise.git
-
Run the command to update the module to your site:
composer require "miniorange/miniorange_oauth_client"
-
You will be prompted to enter the token (one-time only).
- For token, reach out to us at drupalsupport@xecurify.com
-
Once done please run the update script using the URL below
{BASE_URL_OF_DRUPAL_SITE}/update.php