QuickAuth-Doc/docs/README.md

36 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## QuickAuth介绍
> QuickAuth简称 QAuth) 是一个快捷扫码登陆项目
该项目致力于帮助个人开发者为自己的项目接入扫码登陆功能
### 接入指南
- [接入指南](guide/)
- [信息的加解密](other/encrypt)
### 接口列表
1. [扫码界面(/qrconnect)](/guide/method1/qrconnect)
2. [获取用户信息(/user)](/guide/method1/user)
3. [获取二维码(/qrcode)](/guide/method2/qrcode)
4. [获取扫码状态(/qrcode/state)](/guide/method2/state)
5. [用户信息解密(/decrypt)](/guide/method2/decrypt)
### 接入应用
- [QuickAuth](https://qauth.cn) QuickAuth项目网站
- [SiliSchedule](https://sc.wixy.cn) HTTP定时任务管理系统
- [UltronBlog](https://blog.wixy.cn) wixy的个人博客
### 相关插件
- [QuickAuthLogin](https://gitee.com/wixy/QuickAuthLogin) Typecho博客微信扫码登录插件
- [QuickAuthLogin-WP](https://gitee.com/wixy/QuickAuthLogin-WP) WordPress微信扫码登录插件
### 其他
- [更新历史](other/update)
- [开发计划](other/plan)