Implement single sign in

You can use Glu to implement a single sign in for users across all the touch points, your website, app or in-venue.

Once the user is logged in and authorized, you're able to query our OAuth API giving access to the users membership (Tier, status, benefits), registered gift cards, credit accounts and more.

1

Create your OAuth client

Ensure you've created your OAuth client and you're comfortable creating, storing and refreshing access and refresh tokens, get started here.

2

Configure the look and design of the login page

The branding and design is created through the themearrow-up-right and storearrow-up-right settings.

3

Send the user to the OAuth

You'll want to craft the OAuth link to send the user to outlined here and ensure the redirect_uri returns them back to you, once they've authorized your access you can start to access data about the user.

Last updated