Sha256: 0bffe7792a4c0772a88846b3091cc96093009555bee19c6ee16d72193775a826
Contents?: true
Size: 581 Bytes
Versions: 1
Compression:
Stored size: 581 Bytes
Contents
# OmniAuth CreateSend This is the official OmniAuth strategy for authenticating with the [Campaign Monitor API](http://www.campaignmonitor.com/api/). The first thing you need to do is register an OAuth2 Application in your Campaign Monitor account to get a Client ID and Client Secret to use with this OmniAuth strategy. ## Installing Add a dependency in your `Gemfile`: ```ruby gem 'omniauth-createsend' ``` Then `bundle install`. ## Basic Usage ```ruby use OmniAuth::Builder do provider "createsend", ENV['CREATESEND_CLIENT_ID'], ENV['CREATESEND_CLIENT_SECRET'] end ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-createsend-0.0.1 | README.md |