摘要:
前言 OAuth 2.0默认四种授权模式(GrantType) 授权码模式(authorization_code) "简化模式( implicit )" "密码模式(resource owner password) credentials)" "客户端模式(client_credentials)" 阅读全文
posted @ 2019-09-29 09:34
HueiFeng
阅读(1852)
评论(1)
推荐(7)
摘要:
前言 OAuth 2.0默认四种授权模式(GrantType) 授权码模式(authorization_code) "简化模式(implicit)" "密码模式( resource owner password credentials )" "客户端模式(client_credentials)" 本 阅读全文
posted @ 2019-09-28 10:34
HueiFeng
阅读(2322)
评论(2)
推荐(3)
摘要:
前言 OAuth 2.0默认四种授权模式(GrantType) 授权码模式(authorization_code) "简化模式(implicit)" "密码模式(resource owner password credentials)" "客户端模式( client_credentials )" 本 阅读全文
posted @ 2019-09-27 09:11
HueiFeng
阅读(2276)
评论(5)
推荐(5)
摘要:
概览 现代应用程序看上去大都是这样的: 最常见的交互是: 浏览器与Web应用程序通信 Web应用程序与Web API通信(有时是独立的,有时是代表用户的) 基于浏览器的应用程序与Web API通信 本机应用程序与Web API通信 基于服务器的应用程序与Web API通信 Web API与Web A 阅读全文
posted @ 2019-09-26 13:27
HueiFeng
阅读(1936)
评论(1)
推荐(8)
摘要:
前言 在 NET Core2.1 后也是增加更新了很多东西,当然 HttpClientFactory 更新中的一部分.虽然说 HttpClient 这个实现了 disposable ,但使用它的时候用using包装块的方式通常不是最好的选择。处理 HttpClient ,底层 socket 套接字不 阅读全文
posted @ 2019-09-19 13:13
HueiFeng
阅读(3555)
评论(14)
推荐(29)
摘要:
又一个新的名词(taghelper),通过taghelper是可以操作html标签、条件输出、更是自由添加内外元素。当然也内置了挺多的asp 开头的taghelper。 下面文章中也简单的带大家实现一个taghelper; 创建自定义html元素 创建一个类ButtonTagHelper tagNa 阅读全文
posted @ 2019-09-18 12:10
HueiFeng
阅读(1574)
评论(2)
推荐(7)
摘要:
Asp.NetCore实现Aop,AspectCore实现Aop 阅读全文
posted @ 2019-09-10 10:34
HueiFeng
阅读(1328)
评论(1)
推荐(4)