Sha256: e585edb67a6a1475c2b12d4415f5cb83f71499e2322e01fd5489360a2d217597
Contents?: true
Size: 692 Bytes
Versions: 1
Compression:
Stored size: 692 Bytes
Contents
# OmniAuth::Zalo OmniAuth strategy for [Sign In with Zalo](https://developers.zalo.me/). ## Installation Add this line to your application's Gemfile: ```ruby gem 'omniauth-zalo' ``` And then execute: $ bundle install Or install it yourself as: $ gem install omniauth-zalo ## Usage omniauth.rb ```ruby Rails.application.config.middleware.use OmniAuth::Builder do provider :zalo, ENV['APP_ID'], env['SERECT_ID'] end ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/nguyenthanhcong101096/omniauth-zalo ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-zalo-0.1.5 | README.md |