public void ConfigureServices(IServiceCollection services)
{
services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme)
.AddCookie
标签:Core,高级班,AddCookie,services,NET,鉴权
来源: https://blog.csdn.net/zhaoxi2020/article/details/118050875