Reducing omniauth gems to just openid

This commit is contained in:
Christoph Haas 2017-04-16 23:56:41 +02:00
parent 9a302a9624
commit 2c135e1ca0
2 changed files with 4 additions and 50 deletions

10
Gemfile
View file

@ -117,12 +117,8 @@ gem "sprockets"
# Authentication against Google, Facebook and others
gem 'omniauth'
gem 'omniauth-amazon'
gem 'omniauth-google-oauth2'
gem 'omniauth-github'
# gem 'omniauth-amazon'
# gem 'omniauth-google-oauth2'
# gem 'omniauth-github'
# gem 'omniauth-twitter'
gem 'omniauth-openid'
# gem 'omniauth-facebook'
# gem 'omniauth-launchpad' # is broken
gem 'omniauth-launchpad', :git => 'https://github.com/joaopapereira/omniauth-launchpad'
# gem 'omniauth-openid-connect'