From 5819a8e08f42d73b2b9fa655d302f521e17cddee Mon Sep 17 00:00:00 2001 From: zhaoxiaorong Date: Thu, 13 Feb 2025 18:01:24 +0800 Subject: [PATCH] fix JwtClaims SsoToken --- types/encipher.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types/encipher.go b/types/encipher.go index 620199b..eb1654a 100644 --- a/types/encipher.go +++ b/types/encipher.go @@ -13,4 +13,5 @@ type JwtClaims struct { Owner any `json:"owner"` Role string `json:"role"` ExpiresAt int64 `json:"exp"` + SsoToken string `json:"sso_token"` }