This is the Cheddar strategy for authenticating to Cheddar with OmniAuth. To use it you'll need to create an application over at Cheddar
use OmniAuth::Builder do
provider :cheddar, ENV['CHEDDAR_ID'], ENV['CHEDDAR_SECRET']
end
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request