You can now control the behavior of the user session when Gigya leads the session, and choose between the following options:
* Sliding: the session is extended with each server call
* Fixed duration
* Valid forever
* Until browser closes
Identity data is now synced based on Gigya's UID and not on the user's email. Existing implementations of the Drupal 7 GConnector continue to sync data based on emails as the user identifier. For a migration plan, contact your Account Manager. For more information, see Drupal 7 UID-Based Sync.
Added support for Gigya Data Store (DS) Synchronization.
Synchronization between Drupal and Gigya's Data Store (DS) is provided through an optional, separate module that can be installed on top of the main Gigya Extension for Drupal.
The DS Sync module adds the ability to pull data from Gigya's Data Store and map it into the user account database in Drupal.
Customers who only use Gigya's account storage, and do not use the Gigya Data Store service, do not need to install this additional module.
Improved field mapping -- added support for converting values from Gigya into the following Drupal field types:
int, string, bool, Date (unix timestamp), Date (ISO Format).
The Gigya Connector for Drupal 8 allows you to easily integrate Gigya's Registration-as-a-Service throughout your Drupal site. With the Gigya Connector, you can easily build and maintain secure and scalable registration, authentication, profile management, data analytics and third-party integrations. Increase registrations and identify customers across devices, consolidate data into rich customer profiles, and provide better service, products and experiences by integrating data into marketing and service applications.
Added session management options: the admin can choose whether Gigya or Drupal will control the login sessions.
Improved language support: admin can now choose whether Gigya interface elements will be displayed in a pre-selected language or in the Drupal page language.
Added ability to push RaaS user profile and data fields into Drupal user entity, by mapping source fields from Gigya's user profile to destination user entity fields in Drupal. User's data is automatically updated on registration, login and update profile.
Read more in the Updating Profile Data from Gigya to Drupal.
This version features a major code cleanup, changes the main architecture that integrates Gigya plugins into Drupal and adds new Gigya functionality:
Gigya’s “Reactions” plugin
“Sharing an action”
Updated “Social login” implementation
fixed notify login send user info
fixed notify login flow
cheched notify login to use gigya sdk
added profile2 integration submodule
fixed call to an undefined function in uninstall gigya_sharebar
fixed warning error on profile installation
change from hook_content_extra_fields to hook_field_extra_fields
updaed gigya_sharebar.js for Drupal7