An open API service indexing awesome lists of open source software.

https://github.com/ekohe/omniauth-outreach

Oauth2 strategy for Outreach
https://github.com/ekohe/omniauth-outreach

auth2 omniauth outreach ruby

Last synced: about 1 year ago
JSON representation

Oauth2 strategy for Outreach

Awesome Lists containing this project

README

          

# 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](https://opensource.org/licenses/MIT).