Skip to content

Instantly share code, notes, and snippets.

View RyanNielson's full-sized avatar

Ryan Nielson RyanNielson

View GitHub Profile
@zernel
zernel / Gemfile
Created August 24, 2012 01:45
Devise authentication with multiple provider
gem 'devise'
gem 'omniauth'
gem 'omniauth-github'
gem "omniauth-twitter"
gem "omniauth-facebook"
gem "omniauth-google-oauth2"