Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
My_csdo
JustAuth
提交
6dc42ac8
J
JustAuth
项目概览
My_csdo
/
JustAuth
与 Fork 源项目一致
Fork自
justauth / JustAuth
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
J
JustAuth
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
6dc42ac8
编写于
7月 18, 2019
作者:
智布道
👁
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
📝
编写文档
上级
b67483c2
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
3 addition
and
1 deletion
+3
-1
README.md
README.md
+2
-1
update.md
update.md
+1
-0
未找到文件。
README.md
浏览文件 @
6dc42ac8
...
...
@@ -48,7 +48,7 @@
<td
align=
"center"
width=
"200"
><a
href=
"#授权Teambition"
><img
src=
"https://gitee.com/yadong.zhang/static/raw/master/JustAuth/teambition.png"
width=
"20"
></a></td>
<td
align=
"center"
width=
"200"
><a
href=
"#授权人人"
><img
src=
"https://gitee.com/yadong.zhang/static/raw/master/JustAuth/renren.png"
width=
"20"
></a></td>
<td
align=
"center"
width=
"200"
><a
href=
"#授权Pinterest"
><img
src=
"https://gitee.com/yadong.zhang/static/raw/master/JustAuth/pinterest.png"
width=
"20"
></a></td>
<td
align=
"center"
width=
"200"
><a
href=
"#授权Stack Overflow"
><img
src=
""
width=
"20"
></a></td>
<td
align=
"center"
width=
"200"
><a
href=
"#授权Stack Overflow"
><img
src=
"
https://gitee.com/yadong.zhang/static/raw/master/JustAuth/stackoverflow.png
"
width=
"20"
></a></td>
<td
align=
"center"
width=
"200"
><a
href=
"#授权csdn"
><img
src=
"https://gitee.com/yadong.zhang/static/raw/master/JustAuth/csdn.png"
width=
"20"
></a></td>
</tr>
</table>
...
...
@@ -131,6 +131,7 @@ authRequest.login(callback);
|
<img
src=
"https://gitee.com/yadong.zhang/static/raw/master/JustAuth/teambition.png"
width=
"20"
>
|
[
AuthTeambitionRequest
](
https://gitee.com/yadong.zhang/JustAuth/blob/master/src/main/java/me/zhyd/oauth/request/AuthTeambitionRequest.java
)
|
<a
href=
"https://docs.teambition.com/"
target=
"_blank"
>
参考文档
</a>
|
|
<img
src=
"https://gitee.com/yadong.zhang/static/raw/master/JustAuth/renren.png"
width=
"20"
>
|
[
AuthRenrenRequest
](
https://gitee.com/yadong.zhang/JustAuth/blob/master/src/main/java/me/zhyd/oauth/request/AuthRenrenRequest.java
)
|
<a
href=
"http://open.renren.com/wiki/OAuth2.0"
target=
"_blank"
>
参考文档
</a>
|
|
<img
src=
"https://gitee.com/yadong.zhang/static/raw/master/JustAuth/pinterest.png"
width=
"20"
>
|
[
AuthPinterestRequest
](
https://gitee.com/yadong.zhang/JustAuth/blob/master/src/main/java/me/zhyd/oauth/request/AuthPinterestRequest.java
)
|
<a
href=
"https://developers.pinterest.com/docs/api/overview/?"
target=
"_blank"
>
参考文档
</a>
|
|
<img
src=
"https://gitee.com/yadong.zhang/static/raw/master/JustAuth/stackoverflow.png"
width=
"20"
>
|
[
AuthStackOverflowRequest
](
https://gitee.com/yadong.zhang/JustAuth/blob/master/src/main/java/me/zhyd/oauth/request/AuthStackOverflowRequest.java
)
|
<a
href=
"https://api.stackexchange.com/docs"
target=
"_blank"
>
参考文档
</a>
|
|
<img
src=
"https://gitee.com/yadong.zhang/static/raw/master/JustAuth/csdn.png"
width=
"20"
>
|
[
AuthCsdnRequest
](
https://gitee.com/yadong.zhang/JustAuth/blob/master/src/main/java/me/zhyd/oauth/request/AuthCsdnRequest.java
)
| 无 |
_请知悉:经咨询CSDN官方客服得知,CSDN的授权开放平台已经下线。如果以前申请过的应用,可以继续使用,但是不再支持申请新的应用。so, 本项目中的CSDN登录只能针对少部分用户使用了_
...
...
update.md
浏览文件 @
6dc42ac8
### 2019/07/18
1.
合并github上
[
@pengisgood
](
https://github.com/pengisgood
)
的
[
pr#19
](
https://github.com/zhangyd-c/JustAuth/pull/19
)
,集成人人
2.
合并github上
[
@pengisgood
](
https://github.com/pengisgood
)
的
[
pr#20
](
https://github.com/zhangyd-c/JustAuth/pull/20
)
,集成Pinterest
2.
合并github上
[
@pengisgood
](
https://github.com/pengisgood
)
的
[
pr#21
](
https://github.com/zhangyd-c/JustAuth/pull/21
)
,集成StackOverflow
### 2019/07/17
1.
优化代码
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录