摘要: 1、系统已经有了JWT了,认证冲突。 public class MyJwt { private const string SecretKey = "YourSecretKeyHere"; // 创建类似JWT的令牌 public static string CreateToken(List<Clai 阅读全文
posted @ 2024-12-18 18:37 #飞鸟爱青鱼 阅读(59) 评论(0) 推荐(0)