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).