0.0
No release in over 3 years
Low commit activity in last 3 years
Write a longer description or delete this line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0
>= 3.3.0, ~> 3.3
 Project Readme

OmniAuth::Zalo

OmniAuth strategy for Sign In with Zalo.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-zalo'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install omniauth-zalo

Usage

omniauth.rb

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.