- In this guide, we assume you have basic knowledge of Logto Connectors. If you don't, check out the Configure connectors guide to get started.
WeChat web connector
The official Logto connector for WeChat social sign-in in web apps.
微信 web 应用社交登录官方 Logto 连接器 中文文档
Table of contents
Get started
If you don't know the concept of the connector or don't know how to add this connector to your Sign-in experience, please see Logto tutorial.
⚠️ Caution
This connector is for web apps only. If you are looking for the method for signing in with WeChat in native apps, please see WeChat native connector.
Create a web app in the WeChat Open Platform
💡 Tip
You can skip some sections if you have already finished.
Create an account
Open https://open.weixin.qq.com/, click the "Sign Up" button in the upper-right corner, then finish the sign-up process.
Create a web app
Sign in with the account you just created. In the "Web Application" (网页应用) tab, click the big green button "Create a web app" (创建网页应用).
Let's fill out the required info in the application form.
Basic info
Most of them are pretty straightforward. After finishing the form, click "Next step" to move on.
Website info
Fill "Authorization callback domain" (授权回调域) with your Logto domain. E.g., logto.io
.
Waiting for the review result
After completing the website info, click "Submit Review" to continue. Usually, the review goes fast, which will end within 1-2 days.
We suspect the reviewer is allocated randomly on each submission since the standard is floating. You may get rejected the first time, but don't give up! State your status quo and ask the reviewer how to modify it.
Configure your WeChat connector
Fill out the clientId
and clientSecret
field with Client ID and Client Secret you've got from OAuth app detail pages.
Fill out the scope
field with either 'snsapi_userinfo' or 'snsapi_base'. You can leave this field blank as it is OPTIONAL. The default value is set to be 'snsapi_userinfo'. You can check out the difference between different values.
Test WeChat web connector
That's it. Don't forget to Enable connector in sign-in experience.
Once WeChat web connector is enabled, you can sign in to your app again to see if it works.
微信网页连接器
开始上手
如果你还不知道连接器的概念,或者还不知道如何将本连接器添加至你的「登录体验」,请先参见 Logto 教程。
⚠️ Caution
这个连接器只适用于网页应用。如果你在寻找移动端原生应用的微信登录解决方案,请移步 微信原生连接器。