tree: 95120098fd369f195a13707891919afe241f6688 [path history] [tgz]
  1. docs/
  2. i18n/
  3. company.go
  4. config.go
  5. cron.go
  6. go.mod
  7. go.sum
  8. handler.go
  9. notification.go
  10. README.md
  11. schema.go
  12. user_config.go
  13. wecom_user_center.go
user-center-wecom/README.md

WeCom User Center

Feature

  • User login via WeCom QRCode

Config

You need to create a WeCom App first, and then get the Corp ID, Agent ID and App Secret from the App.

  • Company ID: WeCom Corp ID
  • App Secret: WeCom App Secret
  • App Agent ID: WeCom App Agent ID

Note: WeCom restricts the ip address of the callback url, so you need to add the ip address of the server where the project is located to the callback url.

Preview

WeCom Config WeCom QRCode WeCom Login

Document