Skip to content

fliiiix/omniauth-soup

Repository files navigation

Omniauth::Soup

Gem Version Build Status Flattr

Omniauth strategy for soup.

This gem provides a simple way to authenticate to soup using OmniAuth with OAuth 1.0A.

Usage

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

Sinatra example

Build

  1. clone the repo git clone https://github.com/fliiiix/omniauth-soup.git
  2. build gem build omniauth-soup.gemspec
  3. install gem install ./omniauth-soup-0.0.1.gem
  4. use require omniauth-soup

Contributing

If you have a problem just open a issue. Or fix it yourself.

  1. Fork it
  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

About

Omniauth strategy for soup.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages