diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-03-27 09:06:12 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-03-27 09:06:12 +0000 |
commit | 678af224a235e621530e13dd2b96bf2b1caff725 (patch) | |
tree | cf0da8bdf099efdfac63f50d6b7c3cb33cac203e /Gemfile | |
parent | ffa73498b1c3125eec6d51db4502ab22da664773 (diff) | |
parent | 775796cdf776f00b5dafe27e2eaafff3f322c5a7 (diff) | |
download | gitlab-ce-678af224a235e621530e13dd2b96bf2b1caff725.tar.gz |
Merge branch '43512-add-support-for-omniauth-jwt-provider' into 'master'
Resolve "Add support for omniauth-jwt provider"
Closes #43512
See merge request gitlab-org/gitlab-ce!17774
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ 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' |