Omniauth MakerSquare
Log in with MakerSquare!
Installation
Add this line to your application's Gemfile:
gem 'omniauth-makersquare', '0.0.5'
And then execute:
$ bundle
Or install it yourself as:
$ gem install omniauth-makersquare
Usage
Email [email protected] to register your application, then add the following to your application if you're using Rails (in an initializer file such as config/initializers/makersquare.rb
):
Rails.application.config.middleware.use OmniAuth::Builder do
provider :makersquare, ENV['MAKERSQUARE_KEY'], ENV['MAKERSQUARE_SECRET']
end
Contributing
- Fork it ( http://github.com/
/omniauth-makersquare/fork ) - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request