I hope someone can help me develop this plugin. Thank you very much! Development documentation: 开发文档 - 黎洛云聚合平台-全球领先的社会化聚合登录系统.
Summary of Caihong Aggregation Login Development Documentation
Category Core Information
Core Introduction - Definition: Supports quick login via 17 third-party accounts (e.g., QQ, WeChat, Alipay), complies with the OAuth2.0 authentication mechanism, and can obtain user/authorization information such as uid, nickname, and avatar. - Protocol Rules: HTTP transmission, JSON data format, UTF-8 character encoding.
Core Process (4 Steps) 1. Call the specified URL with parameters like appid and appkey to get the login redirect URL (WeChat/Alipay additionally return a QR code scanning URL). 2. Redirect to the obtained login URL. 3. After successful login, automatically callback to the specified redirect_uri with an Authorization Code. 4. Call the interface with the Authorization Code to obtain detailed user information.
Supplementary Interface Later, the “query” interface can be used to retrieve user information again using social_uid (unique user identifier).
彩虹聚合登录开发文档总结
分类 核心信息
核心介绍 - 定义:支持QQ、微信、支付宝等17种第三方账号快速登录,符合OAuth2.0鉴权机制,可获取uid、昵称、头像等用户/授权信息。 - 协议规则:HTTP传输、JSON数据格式、UTF-8字符编码。
核心流程(4步) 1. 调用指定URL,传入appid、appkey等参数,获取登录跳转地址(微信/支付宝额外返回扫码地址); 2. 跳转至获取到的登录地址; 3. 登录成功后,自动回调至指定redirect_uri并携带Authorization Code; 4. 用Authorization Code调用接口,获取用户详细信息。
补充接口 后续可通过“query”接口,凭social_uid(用户唯一标识)再次查询用户信息。