我正在尝试在 Visual Studio 2017 中的 Web API ASP.Net Core 1.1 项目上实现 Jwt Token Auth。我按照https://samueleresca.net/2016/12/developing-token-authentication-using-asp的教程进行操作-net-core/但是当我添加 Microsoft.AspNetCore.Authentication.JwtBearer nuget 时,没有可用的 app.UseJwtBearerAuthentication 方法。
我错过了什么吗?
谢谢。