From ea654c3b10ec771ff6daeba86e5e50eb9a65d0e5 Mon Sep 17 00:00:00 2001 From: KynixInHK Date: Wed, 10 Jul 2024 13:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86TokenConfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- am_jwt/jwt.go | 1 - 1 file changed, 1 deletion(-) diff --git a/am_jwt/jwt.go b/am_jwt/jwt.go index 4a15c31..fa54368 100644 --- a/am_jwt/jwt.go +++ b/am_jwt/jwt.go @@ -75,7 +75,6 @@ type TokenClaims struct { // token config type TokenConfig struct { Issuer string `json:"issuer"` - Secret string `json:"secret"` } /*