2022年10月1日

asp.net core中使用cookie身份验证

摘要: 配置 在 Startup.ConfigureServices 方法中,创建具有 AddAuthentication 和 AddCookie 方法的身份验证中间件服务: services.AddAuthentication(Microsoft.AspNetCore.Authentication.Coo 阅读全文

posted @ 2022-10-01 12:55 静以修身俭以养德 阅读(203) 评论(0) 推荐(0) 编辑

导航