![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.ikasoa/spring-social-wechat/badge.svg)
spring-social-wechat
Installing
Production releases are available on Maven Central.
In Gradle:
implementation 'com.ikasoa:spring-social-wechat:${version}'
Or in Maven:
<dependency>
<groupId>com.ikasoa</groupId>
<artifactId>spring-social-wechat</artifactId>
<version>${version}</version>
</dependency>
Description
Provider Name | Provider Id | Authorization Type | Parameters | Required | Default |
---|
WeChat Open Platform | wechat | QR Code | spring.social.wechat.app-id | yes | |
spring.social.wechat.app-secret | yes | |
spring.social.wechat.check-state | no | true |
WeChat Official Accounts Platform | wechatmp | Webpage | spring.social.wechatmp.app-id | yes | |
spring.social.wechatmp.app-secret | yes | |
spring.social.wechatmp.check-state | no | true |
WeChat Work | wecom | QR Code | spring.social.wecom.app-id | yes | |
spring.social.wecom.agent-id | yes | |
spring.social.wecom.app-secret | yes | |
spring.social.wechat.check-state | no | true |
HTML Example
<form action="/signin/[ProviderId]" method="POST">
<button type="submit">Log in</button>
</form>
Sample
spring-social-wechat-sample