fix JwtClaims SsoToken
This commit is contained in:
@@ -13,4 +13,5 @@ type JwtClaims struct {
|
|||||||
Owner any `json:"owner"`
|
Owner any `json:"owner"`
|
||||||
Role string `json:"role"`
|
Role string `json:"role"`
|
||||||
ExpiresAt int64 `json:"exp"`
|
ExpiresAt int64 `json:"exp"`
|
||||||
|
SsoToken string `json:"sso_token"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user