Login & Logout

This page provides example code for handling logins in the Integration Theme.

It covers logging in/out of a Group as a specific user, and modifying existing login credentials.

Important Note: These examples do not aim to cover securely storing & handling sensitive credentials.

The shared config.js file for these examples is incomplete. Enter your own settings for the examples to function.

Login to Group with Credentials

View in SDK Docs

Login to Group with Single Sign-On (SSO)

View in SDK Docs

Logout Group

View in SDK Docs

This example uses the login session from above.


Logout All Groups

View in SDK Docs

This example will logout from all Groups in the current session.


Change User

View in SDK Docs

This example uses the login session from above.