Omniauth MakerPass

Log in with MakerPass!

Installation

Add this line to your application's Gemfile:

gem 'omniauth-makerpass', '1.0.0'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-makerpass

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/makerpass.rb):

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :makerpass, ENV['MAKERPASS_KEY'], ENV['MAKERPASS_SECRET']
end

Contributing

  1. Fork it ( http://github.com//omniauth-makerpass/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request