From 3ee33d4728add92460a71c05d36cf24b5fdd903c Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 24 三月 2026 17:04:08 +0800
Subject: [PATCH] 新增JWT 新增校验工具 和JWT认证接口
---
MES/app.config | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/MES/app.config b/MES/app.config
index 09867fb..b698871 100644
--- a/MES/app.config
+++ b/MES/app.config
@@ -27,6 +27,10 @@
<assemblyIdentity name="System.Web.Cors" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
</dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
--
Gitblit v1.9.1