Reducing omniauth gems to just openid
This commit is contained in:
parent
9a302a9624
commit
2c135e1ca0
2 changed files with 4 additions and 50 deletions
10
Gemfile
10
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue