New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

com.ikasoa:spring-social-wechat

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.ikasoa:spring-social-wechat

Wechat API for Spring Social

  • 1.4.1
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Maven Central

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 NameProvider IdAuthorization TypeParametersRequiredDefault
WeChat Open PlatformwechatQR Codespring.social.wechat.app-idyes
spring.social.wechat.app-secretyes
spring.social.wechat.check-statenotrue
WeChat Official Accounts PlatformwechatmpWebpagespring.social.wechatmp.app-idyes
spring.social.wechatmp.app-secretyes
spring.social.wechatmp.check-statenotrue
WeChat WorkwecomQR Codespring.social.wecom.app-idyes
spring.social.wecom.agent-idyes
spring.social.wecom.app-secretyes
spring.social.wechat.check-statenotrue

HTML Example

<form action="/signin/[ProviderId]" method="POST">
    <button type="submit">Log in</button>
</form>

Sample

spring-social-wechat-sample


  

FAQs

Package last updated on 09 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc