Warning:

Warning: This module hasn't been rerolled for the latest version of social_auth and social_api
see https://www.drupal.org/project/social_auth_wechat/issues/3130898
So add two lines of code to composer.json temporarily before above issue be fixed.

"drupal/social_api": "2.0-beta4",
"drupal/social_auth": "2.0-beta4",

Social Auth WeChat allows users to register and login to your Drupal site with their WeChat account. It is based on Social Auth and Social API projects

This module adds a path user/login/wechat which redirects the user to WeChat Accounts for authentication.

After WeChat API has returned the user to your site, the module compares the user ID provided by WeChat. If your site already has an account with the same user ID, user is logged in. If not, a new user account is created.

Login process can be initiated from the "WeChat" button in the Social Auth block. Alternatively, site builders can place (and theme) a link to user/login/wechat wherever on the site.

Installation:

This module also require additional PHP libraries. To use this module, you need to:

1. Add the Drupal.org repository

composer config repositories.drupal composer https://packages.drupal.org/8

2. Download Social Auth WeChat

composer require "drupal/social_auth_wechat:2.x-dev"

Use composer update drupal/social_auth_wechat --with-dependencies to update Social Auth WeChat to a new release.

See Using Composer in a Drupal project for more information.

Supporting organizations: 
Development
Development and Maintenance

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • Module categories: Integrations
  • Ecosystem: Social Auth
  • Created by skyredwang on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    There are currently no supported stable releases.

Releases