Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Carraro <daniel@blinkmobile.com.au>2016-02-29 08:37:27 +0300
committerRémy Coutable <remy@rymai.me>2016-03-16 15:12:20 +0300
commitd6caadd1d533eaacde8e7e315546e7c5425d60e6 (patch)
tree4442be25154b5795021e24876e285e4b231e097c /Gemfile
parenta34021cd182af49fc732c4ad58f7594f73c46f01 (diff)
Added omniauth-auth0 Gem + Applicable Documentation.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a849d7493a7..a3fb6779e9a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,6 +22,7 @@ gem 'devise', '~> 3.5.4'
gem 'devise-async', '~> 0.9.0'
gem 'doorkeeper', '~> 2.2.0'
gem 'omniauth', '~> 1.3.1'
+gem 'omniauth-auth0', '~> 1.4.1'
gem 'omniauth-azure-oauth2', '~> 0.0.6'
gem 'omniauth-bitbucket', '~> 0.0.2'
gem 'omniauth-cas3', '~> 1.1.2'