fix JwtClaims SsoToken

This commit is contained in:
zhaoxiaorong
2025-02-13 18:01:24 +08:00
parent a2e3bfab77
commit 5819a8e08f

View File

@@ -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"`
} }