QuickAuth-Doc/docs/README.md

44 lines
1.6 KiB
Markdown
Raw Normal View History

2022-12-07 16:14:41 +08:00
# QuickAuth介绍
2022-05-14 23:15:19 +08:00
2022-12-12 21:07:23 +08:00
> QuickAuth是一个便捷的第三方登录集成平台支持微信开放平台、公众号、小程序、QQ、短信验证码、Github、Gitee、支付宝、微博、钉钉等多平台授权登录方式支持通过Typecho、WordPress插件实现免代码接入
2022-05-14 23:15:19 +08:00
2022-12-07 16:14:41 +08:00
## 接入指南
2022-05-14 23:15:19 +08:00
2022-12-07 16:14:41 +08:00
- [接入指南](guide/)
- [推广奖励说明](invite)
2022-06-15 23:34:52 +08:00
- [订阅功能说明](subscribe)
2022-05-14 23:15:19 +08:00
2022-12-07 16:14:41 +08:00
## 接口列表
2022-05-14 23:15:19 +08:00
2022-12-07 16:14:41 +08:00
### 接口
2022-06-15 23:34:52 +08:00
2022-12-07 16:14:41 +08:00
1. [授权登录界面(/oauth)](/guide/oauth)
2. [获取用户授权信息(/user接口的升级版(/authinfo)](/guide/authinfo)
2022-06-15 23:34:52 +08:00
2022-12-07 16:14:41 +08:00
### 归档接口(可用但停止更新)
2022-06-15 23:34:52 +08:00
2022-12-07 16:14:41 +08:00
1. [小程序扫码登录界面(/qrconnect)](/guide/archived/qrconnect)
2. [获取用户信息(/user)](/guide/archived/user)
3. [获取二维码(/qrcode)](/guide/archived/qrcode)
4. [获取扫码状态(/qrcode/state)](/guide/archived/state)
5. [用户信息解密(/decrypt)](/guide/archived/decrypt)
2022-06-15 23:34:52 +08:00
2022-12-07 16:14:41 +08:00
## 接入应用
2022-05-14 23:15:19 +08:00
- [QuickAuth](https://qauth.cn) QuickAuth项目网站
- [UltronBlog](https://blog.wixy.cn) wixy的个人博客
2022-06-20 17:28:01 +08:00
- [SiliSchedule](https://sc.wixy.cn) HTTP定时任务管理系统
- [更多接入应用](https://qauth.cn/home)
2022-05-14 23:15:19 +08:00
2022-12-07 16:14:41 +08:00
## 相关插件
2022-05-14 23:15:19 +08:00
2022-12-07 16:14:41 +08:00
- [QualPro](https://github.com/mr-wixy/QualPro) WordPress集成登录插件
- [QuickAuthLogin](https://github.com/mr-wixy/QuickAuthLogin) Typecho博客微信扫码登录插件
- [QuickAuthLogin-WP](https://github.com/mr-wixy/QuickAuthLogin-WP) WordPress微信扫码登录插件
2022-05-14 23:15:19 +08:00
### 其他
2022-06-20 17:28:01 +08:00
- [信息的加解密](other/encrypt)
2022-05-14 23:15:19 +08:00
- [更新历史](other/update)
- [开发计划](other/plan)