Gem update
This commit is contained in:
parent
bc507cbe39
commit
686c9bbaaf
2 changed files with 115 additions and 103 deletions
14
Gemfile
14
Gemfile
|
|
@ -133,7 +133,13 @@ gem "sprockets"
|
|||
|
||||
# Authentication against Google, Facebook and others
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-amazon'
|
||||
gem 'omniauth-google-oauth2'
|
||||
gem 'omniauth-github'
|
||||
gem 'omniauth-openid'
|
||||
#gem 'omniauth-amazon'
|
||||
#gem 'omniauth-google-oauth2'
|
||||
#gem 'omniauth-github'
|
||||
#gem 'omniauth-openid'
|
||||
|
||||
# Single-sign-on with salsa.debian.net
|
||||
gem 'omniauth_openid_connect'
|
||||
# Mitigate CVE-2015-9284
|
||||
# https://github.com/cookpad/omniauth-rails_csrf_protection
|
||||
gem 'omniauth-rails_csrf_protection'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue