The official Logto connector for WeChat social sign-in in web apps.
微信 web 应用社交登录官方 Logto 连接器 中文文档
Table of contents
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.
⚠️ CautionThis 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.
💡 Tip
You can skip some sections if you have already finished.
Open https://open.weixin.qq.com/, click the "Sign Up" button in the upper-right corner, then finish the sign-up process.
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.
Most of them are pretty straightforward. After finishing the form, click "Next step" to move on.
Fill "Authorization callback domain" (授权回调域) with your Logto domain. E.g., logto.io
.
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.
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.
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这个连接器只适用于网页应用。如果你在寻找移动端原生应用的微信登录解决方案,请移步 微信原生连接器。
💡 Tip
你可以跳过已经完成的部分。
打开 https://open.weixin.qq.com/,点按右上角的「注册」按钮,根据引导完成注册流程。
用刚创建的帐号登录。在「移动应用」标签页,点按大而绿的「创建移动应用」按钮。
让我们填写一下申请表单里的必要信息。
大多数字段都很直接。在完成了表格之后,点按「下一步」以继续。
用你的 Logto 域名(例如 logto.io
)填写「授权回调域」。
完成输入网站信息之后,点按「提交审核」以继续。审核速度通常很快,1-2 天即可完成。
我们怀疑每次提交审核者都是随机分配的,因为审核标准飘忽不定。第一次提交也许会被拒绝,但别灰心!陈述你的现状并询问审核者如何修改。
分别用 OAuth 应用详情页面中的 Client ID 和 Client Secret 填写 clientId
和 clientSecret
字段。
在 scope
字段中填入 'snsapi_userinfo' 或者 'snsapi_base'。这个字段也可以选择不填,此时我们会使用 'snsapi_userinfo' 的默认值。你可以在这里查看更多关于这两个值的信息。
大功告成。别忘了 在登录体验中启用本连接器。
在微信原生连接器启用后,你可以构建并运行你的应用看看是否生效。