OAuth2.0相关学习文档汇总

学习OAuth2的时候收集的相关资料汇总,后续有时间再翻译整理一下。

持续更新中... 

1、OAuth2协议文档:

OAuth2的官方协议文档:https://tools.ietf.org/html/rfc6749#section-1.3.1

相关网站:https://oauth.net/2/

2、OAuth2简述

对OAuth2协议的一个简要的介绍,涵盖了OAuth2的所有重要概念,官方协议比较长,可以先读一读这个对协议有个总体的认知

https://aaronparecki.com/oauth-2-simplified/

3、一些博文

3.1 A Guide To OAuth 2.0 Grants

https://alexbilbie.com/guide-to-oauth-2-grants/

3.2 Passsword授权

https://developer.okta.com/blog/2018/06/29/what-is-the-oauth2-password-grant

3.3 授权码(Authorization code)

https://developer.okta.com/blog/2018/04/10/oauth-authorization-code-grant-type

3.4 Implicat Grant

https://developer.okta.com/blog/2018/05/24/what-is-the-oauth2-implicit-grant-type

好像官方已经不建议使用了:Why you should stop using the OAuth implicit grant!

猜你喜欢

转载自www.cnblogs.com/karenina/p/11712635.html
今日推荐