Overview
Casdoor is based on OAuth. Tokens are users' OAuth token.
Owner
Name
CreatedTime
Application
Organization
User
Code
AccessToken
ExpireIn
Tokens will expire in hoursScope
Scope of authorizationTokenType
E.g. typeBear
There are two options to generate a JWT Token after logging into the application:
JWT
JWT-Empty
The JWT option will create a token with all User
fields. The JWT-Empty
will create a token with all non-empty values for the user.