摘要: services.AddAuthentication(options => { // 默认使用Cookie方案 options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; // 验证用户身份时使用JWT Bea 阅读全文
posted @ 2024-06-25 15:30 七星飘虫 阅读(118) 评论(0) 推荐(0)