diff --git a/types/encipher.go b/types/encipher.go index 66a075d..8e98e47 100644 --- a/types/encipher.go +++ b/types/encipher.go @@ -6,10 +6,10 @@ type CertFileBytes struct { } type JwtClaims struct { - ID uint `json:"id"` - Identity string `json:"identity"` - Extend map[string]string `json:"extend"` - Client string `json:"client"` - Role string `json:"role"` - ExpiresAt int64 `json:"exp"` + ID uint `json:"id"` + Identity string `json:"identity"` + Extend map[string]string `json:"extend"` + OwnerIdentity any `json:"owner_identity"` + Role string `json:"role"` + ExpiresAt int64 `json:"exp"` }