Add OAuth2.0 resources
parent
698adc9773
commit
f6100f71c5
10
README.md
10
README.md
|
@ -227,6 +227,16 @@
|
|||
<strong>更多资源</strong>
|
||||
<p>以下是在学习工作中收集的更多关于Oauth的资源,对深入理解与运用Oauth有帮助</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
<a href="http://tools.ietf.org/html/rfc6749">RFC 6749 - The OAuth 2.0 Authorization Framework</a>, OAuth2.0协议(英文)
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="http://oauth.net/2/">OAuth 2.0 — OAuth</a>, OAuth2.0官方网站
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="http://netment.iteye.com/blog/945402">OAUTH2核心参数说明</a>, 重点介绍了grant_type 与 response_type 以及示例
|
||||
|
|
Loading…
Reference in New Issue