After developing multiple QQ and WeChat logins, it is natural to develop an aversion. Inertia has returned and I want to search for relevant wheels online, but I have never found a one that I feel satisfied with. Either iten tois when ion fied with. using, or the file structure is too messy, so I have to roll up my sleeves and do it myself.
! ! Please familiarize yourself with the Oauth/QQ/WeChat documentation first!! Please have basic debugging skills ! !
Welcome Star, welcome PR !
If you have any questions to communicate, please post them here : OAuth2 exchange Or Send an email [email protected]
Integrating many third party login interfaces, including qq-login、wx-login、sina-login、github-login、alipay-login、aliyum-login、douyin-login and so on
整合了許多第三方登入介面,包括QQ登入、微信登入、新浪登入、github登入、支付寶登入、百度登入、抖音登入、GitLab、Naver、Line、codeing、csdn、gitee等,陸續增加ing
Gateways | Login Name | Login Method |
---|---|---|
騰訊QQ | PC Scan Code、App | |
微信 | PC、 Official account、Applet、App | |
sina | 新浪微博 | PC、APP |
alipay | 支付寶 | PC、APP |
aliyun | 阿里雲 | PC |
github | GitHub | PC |
Googlegoogle | PC | |
臉書 | PC | |
naver | Naver | PC |
PC | ||
line | line | PC |
douyin | 抖音Douyin 、 頭條toutiao 、西瓜xigua | PC、APP |
baidu | 百度(開發ing) | PC |
coding | Coding(開發ing) | PC |
csdn | CSDN(開發ing) | PC |
gitee | Gitee | PC |
gitlab | GitLab(開發ing) | PC |
oschina | OSChina(開發ing) | PC |
Pay attention to :Google、facebook、twitter These foreign platforms require overseas or HK servers to successfully callback
composer require tinymeng/oauth:^2.0.0 -vvv
The namespace used by the class library 是
\tinymeng\oauth
.
├── example Code source file directory
│ └── wx_proxy.php WeChat Multi Domain Agent PHP Code Version
│ └── weixin-authorize-proxy.html WeChat multi domain proxy HTML code version, recommended to use HTML version
├── src Code source file directory
│ ├── Connector
│ │ ├── Gateway.php Abstract classes that must be inherited
│ │ └── GatewayInterface.php Interface that must be implemented
│ ├── Gateways
│ │ ├── Alipay.php
│ │ ├── Douyin.php
│ │ ├── Facebook.php
│ │ ├── Github.php
│ │ ├── Google.php
│ │ ├── Line.php
│ │ ├── Naver.php
│ │ ├── Qq.php
│ │ ├── Twitter.php
│ │ ├── Sina.php
│ │ └── Wechat.php
│ ├── Helper
│ │ ├── ConstCode.php Common constant
│ │ └── Str.php String auxiliary class
│ └── OAuth.php Abstract instance class
├── composer.json Composer File
├── LICENSE MIT License
└── README.md Documentation
微夢聚合快速登入平台
微夢登入demo
1.微夢聚合快速登入中轉API 是一款社會化帳號聚合登入系統,讓網站的最終使用者可以一站式選擇使用包括微信、微博、QQ、百度等多種社會化帳號登入該網站。
2.簡化使用者註冊登入流程、改善使用者瀏覽網站的體驗、快速提高網站註冊量、使用者資料量。有完善的開發文件與SDK,方便開發者快速接取。
3.可快速接入標示【彩虹聚合登入】、【Oauth聚合登入】、【聚合登入】等項目平台。
4.不需要具備oauth開發資格和申請流程。