No commit activity in last 3 years
No release in over 3 years
The Wechat Validator engine handles the Wechat server validation requests. 微信验证器引擎处理微信服务器的验证请求。
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Wechat Validator 微信服务器验证器引擎

Documentation License

Gem Version Dependency Status

The Wechat Server Validator Engine is an engine which handles the Wechat server validation requests. 微信服务器验证引擎是一个处理微信服务器验证请求的引擎。

Recent Update

Check out the Road Map to find out what's the next. Check out the Change Log to find out what's new.

Usage

In the application's /config/routes.rb file, add the following line:

mount Wechat::Validator::Engine, at: '/wechat-validator'

In the application's /config/secrets.yml file, add the following line for the development, test, and production categories. The wechat_validation_token should be identical with the token configured.

wechat_validation_token: {Your Wechat Validation Token}

Configure the following URL in the Wechat: http://{your.domain.name}/wechat-validator/server_validations