Omniauth strategy for soup.
This gem provides a simple way to authenticate to soup using OmniAuth with OAuth 1.0A.
Install it with gem install omniauth-soup or if you want build it from source follow the build instructions.
use OmniAuth::Builder do
provider :soup, "Client ID", "Client Secret"
end- clone the repo
git clone https://github.com/fliiiix/omniauth-soup.git - build
gem build omniauth-soup.gemspec - install
gem install ./omniauth-soup-0.0.1.gem - use
require omniauth-soup
If you have a problem just open a issue. Or fix it yourself.
- Fork it
- 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


