新建.net core webapi项目 E:\coding\netcore>dotnet new webapi --name JwtAuthSample 创建需要用到的实体对象类 namespace JwtAuthSample.Models { public class JwtSettings{ //发现者 public string Issure{get;set;} //使用者 public string Audience{get;set;} //jwt使用的密码 public string…
ASP.NET Core 基础教程https://www.cnblogs.com/lonelyxmas/tag/ASP.NET%20Core%20%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/default.html?page=2 asp.net Core 系列[一]——创建Web应用https://www.cnblogs.com/dayang12525/p/7693208.html 我眼中的ASP.NET Core之微服务http://www.cnblogs.com…