Home

Awesome

Features

Resources

Pictures

<img src="assets/images/rails-auth.png?raw=true" width=240 /> <img src="assets/images/rails-auth2.png?raw=true" width=240 /> <img src="assets/images/rails-auth3.png?raw=true" width=240 /> <img src="assets/images/rails-auth4.png?raw=true" width=240 /> <img src="assets/images/rails-auth5.png?raw=true" width=240 /> <img src="assets/images/text-message.png?raw=true" width=240 />

(Required) Configuration

  1. config/application.yml

    Required fields:

    • wechat_app_id
    • wechat_secret
    • wechat_token
    • yunpian_apikey ( ignore this field if you don't want use yunpian sms service )

    Option fields:

    Ignore the following two fileds if your are testing the service on wechat test account, only set it when you are in production.

    • wechat_encrypt_mode
    • wechat_encoding_aes_key
  2. config/menu_{environemnt}.yaml

    Required fields:

    • main->url ( set the url to your hosting server url )
    • signin->url ( set the url to your hosting server url )

(Option) Configuration