Gigya Web SDK sample

Feel free to view the source code of this page.

Load the SDK

<script type="text/javascript" src="https://cdns.gigya.com/js/gigya.js?apiKey=[YOUR_API_KEY]"></script>

Web SDK documentation.

Sample: Display a screen set

gigya.accounts.showScreenSet({
    screenSet: 'Default-RegistrationLogin'
});

Web SDK: accounts.showScreenSet documentation.

Sample: Log out

gigya.accounts.logout();

Web SDK: accounts.logout documentation.

© 2021 Copyright SAP