From d9932eb7254e741a8dcd1e9f9246b0f0eaa49aba Mon Sep 17 00:00:00 2001 From: Mikhail Date: Wed, 12 Jul 2023 22:15:40 +0000 Subject: [PATCH] Update file jwt_adapter.go --- jwt_adapter/jwt_adapter.go | 1 + 1 file changed, 1 insertion(+) diff --git a/jwt_adapter/jwt_adapter.go b/jwt_adapter/jwt_adapter.go index 3b81479..8d3a545 100644 --- a/jwt_adapter/jwt_adapter.go +++ b/jwt_adapter/jwt_adapter.go @@ -20,6 +20,7 @@ var ( type JwtAdapter struct { jwt.StandardClaims + Id string `json:"id"` } func init() {