diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-04-30 08:52:55 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-04-30 08:52:55 +0000 |
commit | fa7b98d508a047f258b4f72d9063ec080c21cbcb (patch) | |
tree | 763b52eedbf03005d59f7e2da5e84b177483a9d2 /Gemfile | |
parent | 7160be148e759f89d6deb3e733f536822f0dbcd5 (diff) | |
parent | 772b876a939d45530aad9f4134db1cd3232985f8 (diff) | |
download | gitlab-ce-fa7b98d508a047f258b4f72d9063ec080c21cbcb.tar.gz |
Merge branch 'add-jwt-strategy-to-gitlab-suite' into 'master'
Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite
See merge request gitlab-org/gitlab-ce!18580
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -51,7 +51,6 @@ gem 'omniauth-shibboleth', '~> 1.2.0' gem 'omniauth-twitter', '~> 1.4' 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' |