user-checkUser Authentication

Tutorials for authenticating human users with GL IAM.

circle-info

Learn the concepts first? See Introduction to GL IAM.

Session Lifecycle

Token Types

Token
Lifetime
Purpose
Store Where?

Access Token

Short (15-60 min)

API calls

Memory

Refresh Token

Long (7-30 days)

Renew access token

Secure storage

Tutorials

1

Login

Loginauthenticate() - create session

2

User

User — Understanding the User object

3

Validate

Validatevalidate_session() - verify token

4

Refresh

Refreshrefresh_session() - renew token

5

Logout

Logoutlogout() - end session

Last updated

Was this helpful?