diff options
author | Tiago Botelho <tiagonbotelho@hotmail.com> | 2018-04-25 11:17:35 +0100 |
---|---|---|
committer | Tiago Botelho <tiagonbotelho@hotmail.com> | 2018-04-26 10:13:29 +0100 |
commit | 699ecad78c792a77f951ab9117bb1ae480b29716 (patch) | |
tree | be8fba1b8a26427d1b6e04f6b59967dc4c06ac2d /Gemfile | |
parent | e6f6f8e7a3af3cd577075d1ac9ce287867c3e429 (diff) | |
download | gitlab-ce-699ecad78c792a77f951ab9117bb1ae480b29716.tar.gz |
Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite
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' |