其他分享
首页 > 其他分享> > (VIP-朝夕教育)2021-06-19 .NET高级班 54-.NET Core添加cookie的方式进行授权,鉴权

(VIP-朝夕教育)2021-06-19 .NET高级班 54-.NET Core添加cookie的方式进行授权,鉴权

作者:互联网

在这里插入图片描述

public void ConfigureServices(IServiceCollection services)
{
   
	services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme)
        .AddCookie

标签:Core,高级班,AddCookie,services,NET,鉴权
来源: https://blog.csdn.net/zhaoxi2020/article/details/118050875