diff options
author | Tiago Botelho <tiagonbotelho@hotmail.com> | 2018-03-15 15:19:55 +0000 |
---|---|---|
committer | Tiago Botelho <tiagonbotelho@hotmail.com> | 2018-03-20 13:03:15 +0000 |
commit | fe82ef0c013a266f59b84d924f6269d8ea6ed792 (patch) | |
tree | af39db95cc4c4cf9bf9e73a9863c23687a9a9bac /Gemfile | |
parent | 216ead607cb3549e9d4ac36b2c1c84507fe97200 (diff) | |
download | gitlab-ce-fe82ef0c013a266f59b84d924f6269d8ea6ed792.tar.gz |
Adds JWT omnianuth integration
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |