Sha256: 4b9d6ecc6ab7f97c667a9228aba8ac03448d894abdd8f71f8a917ac039edb7a5

Contents?: true

Size: 596 Bytes

Versions: 2

Compression:

Stored size: 596 Bytes

Contents

# OmniAuth SurveyMonkey

This is the official OmniAuth strategy for authenticating to SurveyMonkey's v3 API. To use it, you'll need to sign up and create an app at the [SurveyMonkey Developer homepage](https://developer.surveymonkey.com/).

## Basic Usage
```
Rails.application.config.middleware.use OmniAuth::Builder do
  provider :surveymonkey, ENV['SURVEYMONKEY_CLIENT_ID'], ENV['SURVEYMONKEY_API_KEY'], ENV['SURVEYMONKEY_SECRET']
end
```

## History

Version 1.0 of the gem was written and and maintained by Kaushik SV and is available at (https://github.com/kaushiksv/omniauth-surveymonkey)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-surveymonkey-2.0.1 README.md
omniauth-surveymonkey-2.0.0 README.md