Strategy to authenticate with Outreach via OAuth2 in OmniAuth.
Add to the application's Gemfile
:
$ gem 'omniauth-outreach'
Then bundle install
or If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install omniauth-outreach
config.omniauth :outreach, client_id: CLIENT_ID, client_secret: CLIENT_SECRET,
scope: YOUR_SCOPE,
strategy_class: ::OmniAuth::Strategies::Outreach,
redirect_uri: YOUR_CALLBACK_URI
Bug reports and pull requests are welcome on GitHub at https://github.com/ekohe/omniauth-outreach.
Copyright (c) 2024 by Tiaki
The gem is available as open source under the terms of the MIT License.