fix JwtClaims SsoToken

This commit is contained in:
zhaoxiaorong 2025-02-13 18:01:24 +08:00
parent a2e3bfab77
commit 5819a8e08f
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ type JwtClaims struct {
Owner any `json:"owner"`
Role string `json:"role"`
ExpiresAt int64 `json:"exp"`
SsoToken string `json:"sso_token"`
}