Sha256: 17ca1cb27286794e79406747cf0d9c4832831e82861597148a59bf09f0beecf1

Contents?: true

Size: 379 Bytes

Versions: 3

Compression:

Stored size: 379 Bytes

Contents

# OmniAuth Rabobank

This is the official OmniAuth strategy for authenticating to Rabobank. To
use it, you'll need to sign up for an OAuth2 Application ID and Secret
on the [Rabobank Applications Page](https://developer-sandbox.rabobank.nl/applications).

## Basic Usage

```ruby
use OmniAuth::Builder do
  provider :rabobank, ENV['RABOBANK_KEY'], ENV['RABOBANK_SECRET']
end
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-rabobank-0.1.2 README.md
omniauth-rabobank-0.1.1 README.md
omniauth-rabobank-0.1.0 README.md