fix JwtClaims SsoToken
This commit is contained in:
parent
a2e3bfab77
commit
5819a8e08f
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue