Terravion Omniath2
Add this line to your application's Gemfile:
gem 'omniauth-terravion'
And then execute:
$ bundle
Or install it yourself as:
$ gem install omniauth-terravion
# In Rails, you could put this in config/initializers/omniauth.rb
Rails.application.config.middleware.use OmniAuth::Builder do
provider :terravion, terravion_CLIENT_ID, terravion_CLIENT_SECRET, {:scope => SCOPES}
end
TODO: Write usage instructions here
Bug reports and pull requests are welcome on GitHub at https://github.com/felipemathies/omniauth-terravion.