Sha256: 0b7695e760eb39de343ab89b08c0af7698dd865cb2ef8689a082acd12735d386

Contents?: true

Size: 670 Bytes

Versions: 4

Compression:

Stored size: 670 Bytes

Contents

# OmniAuth GaggleAMP OAuth2 Strategy

A GaggleAMP OAuth2 strategy for OmniAuth.

## Installation

Add this line to your application's Gemfile:

    gem 'omniauth-gaggleamp'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install omniauth-gaggleamp

## Usage

Register your application with GaggleAMP to receive an API key.

This is an example that you might put into a Rails initializer at `config/initializers/omniauth.rb`:

```ruby
Rails.application.config.middleware.use OmniAuth::Builder do
  provider :gaggleamp, ENV['GAGGLEAMP_KEY'], ENV['GAGGLEAMP_SECRET']
end
```

You can now access the OmniAuth GaggleAMP OAuth2 URL: `/auth/gaggleamp`.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-gaggleamp-0.1.2 README.md
omniauth-gaggleamp-0.1.1 README.md
omniauth-gaggleamp-0.1.0 README.md
omniauth-gaggleamp-0.0.1 README.md