OmniAuth Assembla
This gem is the unofficial Assembla strategy for OmniAuth.
Basic Usage
use OmniAuth::Builder do
provider :assembla, ENV['ASSEMBLA_APP_ID'], ENV['ASSEMBLA_APP_SECRET']
end
Supported Flows
Supports the web services flow as described by the Authentication documentation at Assembla. This is the typical 3-step authentication flow for web applications.
Contributing
- 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