Sha256: ef419234ac017cc18d6b217eb0591e3332e6e9607694c725feb349e66c615683
Contents?: true
Size: 309 Bytes
Versions: 6
Compression:
Stored size: 309 Bytes
Contents
# OmniAuth Bunq 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 [Bunq Applications Page](). ## Basic Usage ```ruby use OmniAuth::Builder do provider :bunq, ENV['BUNQ_KEY'], ENV['BUNQ_SECRET'] end ```
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
omniauth-bunq-0.1.5 | README.md |
omniauth-bunq-0.1.4 | README.md |
omniauth-bunq-0.1.3 | README.md |
omniauth-bunq-0.1.2 | README.md |
omniauth-bunq-0.1.1 | README.md |
omniauth-bunq-0.1.0 | README.md |