From 3ce0355a79184124f603aeac0ec3a0760a05aa6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com>
Date: Sun, 24 Oct 2021 15:13:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9jwt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Yi.Framework/Yi.Framework.Core/MakeJwt.cs | 24 +++++++++++++------
.../Yi.Framework.WebCore/CommonExtend.cs | 13 ++++++----
2 files changed, 26 insertions(+), 11 deletions(-)
diff --git a/Yi.Framework/Yi.Framework.Core/MakeJwt.cs b/Yi.Framework/Yi.Framework.Core/MakeJwt.cs
index 0730ec2b..f1ad675c 100644
--- a/Yi.Framework/Yi.Framework.Core/MakeJwt.cs
+++ b/Yi.Framework/Yi.Framework.Core/MakeJwt.cs
@@ -13,28 +13,38 @@ using JwtRegisteredClaimNames = Microsoft.IdentityModel.JsonWebTokens.JwtRegiste
namespace Yi.Framework.Core
{
+
+ public class jwtUser
+ {
+ public user user { get; set; }
+ public List