摘要:
注册服务、配置选项、添加身份验证方案 在Startup.ConfigureServices执行services.AddAuthentication() 注册如下服务(便于理解省略了部分辅助服务): services.TryAddScoped<IAuthenticationService, Authe 阅读全文
posted @ 2020-02-13 11:07 变形精怪 阅读(1803) 评论(1) 推荐(3)
|
||
|
摘要:
注册服务、配置选项、添加身份验证方案 在Startup.ConfigureServices执行services.AddAuthentication() 注册如下服务(便于理解省略了部分辅助服务): services.TryAddScoped<IAuthenticationService, Authe 阅读全文
posted @ 2020-02-13 11:07 变形精怪 阅读(1803) 评论(1) 推荐(3) |
||