A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/khoffma4/omniauth-inbloom below:

khoffma4/omniauth-inbloom: An Omniauth strategy for authorization with the Shared Learning Collaborative.

An Omniauth strategy for authorizing with Inbloom (https://www.inbloom.org/).

Add this line to your application's Gemfile:

And then execute:

In your omniauth.rb initializer add the following:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :inbloom, ENV['INBLOOM_KEY'], ENV['INBLOOM_SECRET']
end

To set up the slc sandbox provider, you can configure the slc provider as follows:

provider :inbloom, ENV['INBLOOM_KEY'], ENV['INBLOOM_SECRET'], :setup => lambda{|env|
   env['omniauth.strategy'].options[:client_options].site = 'https://api.sandbox.inbloom.org'
}

(Outdated) Please see https://github.com/khoffma4/slc-example for an example of how to use quickly get up and running with the Shared Learning Collaborative API.

  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 a new Pull Request

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4