1
0
mirror of synced 2026-05-22 13:43:20 +00:00

📝 编写文档

This commit is contained in:
yadong.zhang
2019-06-29 15:12:49 +08:00
parent 186ee58b72
commit 88048b7637
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -143,6 +143,10 @@ _请知悉:经咨询CSDN官方客服得知,CSDN的授权开放平台已经
[阿里妈妈MUX倾力打造的矢量图标库-iconfont](https://www.iconfont.cn/search/index): 本文档中的图标大部分取自该平台 [阿里妈妈MUX倾力打造的矢量图标库-iconfont](https://www.iconfont.cn/search/index): 本文档中的图标大部分取自该平台
## 关于OAuth
[The OAuth 2.0 Authorization Framework](https://tools.ietf.org/html/rfc6749)
## 关注&交流 ## 关注&交流
| 公众号 | 微信(备注:加群) | | 公众号 | 微信(备注:加群) |
+1 -1
View File
@@ -1,6 +1,6 @@
### 2019/06/28 ### 2019/06/28
1. 修复百度登录获取不到token失效时间的问题 1. 修复百度登录获取不到token失效时间的问题
2. 增加state参数校验,预防CSRF。强烈建议启用state! 2. 增加state参数校验,预防CSRF。**强烈建议启用state**
### 2019/06/27 ### 2019/06/27
1. 修改login方法的参数为AuthCallback,封装回调返回的参数 1. 修改login方法的参数为AuthCallback,封装回调返回的参数