Skip to content

ekohe/omniauth-outreach

Repository files navigation

OmniAuth Outreach OAuth2 Strategy

Strategy to authenticate with Outreach via OAuth2 in OmniAuth.

Installation

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

Usage

  config.omniauth :outreach, client_id: CLIENT_ID, client_secret: CLIENT_SECRET,
                  scope: YOUR_SCOPE,
                  strategy_class: ::OmniAuth::Strategies::Outreach,
                  redirect_uri: YOUR_CALLBACK_URI

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ekohe/omniauth-outreach.

License

Copyright (c) 2024 by Tiaki

The gem is available as open source under the terms of the MIT License.