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:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-03-15 18:19:55 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-03-20 16:03:15 +0300
commitfe82ef0c013a266f59b84d924f6269d8ea6ed792 (patch)
treeaf39db95cc4c4cf9bf9e73a9863c23687a9a9bac /Gemfile
parent216ead607cb3549e9d4ac36b2c1c84507fe97200 (diff)
Adds JWT omnianuth integration
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e423f4ba32f..ba936aab830 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,6 +39,7 @@ gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.2.0'
gem 'omniauth_crowd', '~> 2.2.0'
gem 'omniauth-authentiq', '~> 0.3.1'
+gem 'omniauth-jwt', '~> 0.0.2'
gem 'rack-oauth2', '~> 1.2.1'
gem 'jwt', '~> 1.5.6'