Implement single sign in
Last updated
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.
Ensure you've created your OAuth client and you're comfortable creating, storing and refreshing access and refresh tokens, get started here.
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