摘要: 第一步 使用ng安装JWT组件 第二步 编写登录和生成token代码 byte[] key = Encoding.UTF8.GetBytes("123456789aaaaaaa"); IJwtAlgorithm algorithm = new HMACSHA256Algorithm();//加密方式 阅读全文
posted @ 2019-04-23 16:45 伤心木乃伊 阅读(197) 评论(0) 推荐(0)