npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@logto/connector-wechat-web

v1.4.0

Published

Wechat Web connector implementation.

Downloads

471

Readme

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" (创建网页应用).

App tabs

Let's fill out the required info in the application form.

Create a web app

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

这个连接器只适用于网页应用。如果你在寻找移动端原生应用的微信登录解决方案,请移步 微信原生连接器

在微信开放平台新建一个网页应用

💡 Tip

你可以跳过已经完成的部分。

创建一个账号

打开 https://open.weixin.qq.com/,点按右上角的「注册」按钮,根据引导完成注册流程。

创建一个网页应用

用刚创建的帐号登录。在「移动应用」标签页,点按大而绿的「创建移动应用」按钮。

App tabs

让我们填写一下申请表单里的必要信息。

Create a web app

基础信息

大多数字段都很直接。在完成了表格之后,点按「下一步」以继续。

网站信息

用你的 Logto 域名(例如 logto.io)填写「授权回调域」。

等待审核结果

完成输入网站信息之后,点按「提交审核」以继续。审核速度通常很快,1-2 天即可完成。

我们怀疑每次提交审核者都是随机分配的,因为审核标准飘忽不定。第一次提交也许会被拒绝,但别灰心!陈述你的现状并询问审核者如何修改。

配置微信网页连接器

分别用 OAuth 应用详情页面中的 Client IDClient Secret 填写 clientIdclientSecret 字段。

scope 字段中填入 'snsapi_userinfo' 或者 'snsapi_base'。这个字段也可以选择不填,此时我们会使用 'snsapi_userinfo' 的默认值。你可以在这里查看更多关于这两个值的信息。

测试微信网页连接器

大功告成。别忘了 在登录体验中启用本连接器

在微信原生连接器启用后,你可以构建并运行你的应用看看是否生效。