Low commit activity in last 3 years
A long-lived project that still receives updates
A GaggleAMP OAuth2 strategy for OmniAuth.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

< 11.0
~> 2.99.0

Runtime

 Project Readme

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:

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.