Skip to content
Snippets Groups Projects
Unverified Commit 1683e170 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Add omniauth-github

parent 80aace25
No related branches found
No related tags found
1 merge request!14SSO implementation
...@@ -88,6 +88,7 @@ gem 'ajax-datatables-rails' ...@@ -88,6 +88,7 @@ gem 'ajax-datatables-rails'
# SSO # SSO
gem 'omniauth' gem 'omniauth'
gem 'omniauth-gitlab' gem 'omniauth-gitlab'
gem 'omniauth-github'
gem 'omniauth_openid_connect', '~> 0.4.0' gem 'omniauth_openid_connect', '~> 0.4.0'
gem 'omniauth-rails_csrf_protection' gem 'omniauth-rails_csrf_protection'
......
...@@ -298,6 +298,9 @@ GEM ...@@ -298,6 +298,9 @@ GEM
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 1.6.2, < 3) rack (>= 1.6.2, < 3)
rack-protection rack-protection
omniauth-github (2.0.0)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.7.1)
omniauth-gitlab (3.0.0) omniauth-gitlab (3.0.0)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-oauth2 (~> 1.7.1) omniauth-oauth2 (~> 1.7.1)
...@@ -624,6 +627,7 @@ DEPENDENCIES ...@@ -624,6 +627,7 @@ DEPENDENCIES
mysql2 mysql2
nokogiri nokogiri
omniauth omniauth
omniauth-github
omniauth-gitlab omniauth-gitlab
omniauth-rails_csrf_protection omniauth-rails_csrf_protection
omniauth_openid_connect omniauth_openid_connect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment