Skip to content

vinhmai570/omniauth-zalo

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.2%
  • Shell 1.8%