Skip to content
Snippets Groups Projects
Verified Commit e4774f60 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Limit OmniAuth to 1.x only


OmniAuth 2.x breaks CSRF, needs more investigation.

Signed-off-by: Andrej Shadura's avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent c1c5a8c1
No related tags found
1 merge request!21OBS SSO implementation
...@@ -45,8 +45,8 @@ gem 'acts_as_tree' ...@@ -45,8 +45,8 @@ gem 'acts_as_tree'
gem 'flot-rails' gem 'flot-rails'
# SSO # SSO
gem 'omniauth' gem 'omniauth', '~> 1.0'
gem 'omniauth-gitlab' gem 'omniauth-gitlab', '~> 2.0'
group :development, :production do group :development, :production do
# to have the delayed job daemon # to have the delayed job daemon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment