diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-14 18:23:31 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-14 18:23:31 -0500 |
commit | f4f9184a01bc7442411bbcffd9b6a86784fa5f53 (patch) | |
tree | 0d841ce4a6ccedc06035d90d32a31c017d443d2b /app/controllers/jwt_controller.rb | |
parent | df973df8c536fb9ffe0a9ed4e92f7d9144eb687a (diff) | |
download | gitlab-ce-f4f9184a01bc7442411bbcffd9b6a86784fa5f53.tar.gz |
Rename JWT to JSONWebToken
Diffstat (limited to 'app/controllers/jwt_controller.rb')
-rw-r--r-- | app/controllers/jwt_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/jwt_controller.rb b/app/controllers/jwt_controller.rb index bd9d7e4425d..0edf084e9e4 100644 --- a/app/controllers/jwt_controller.rb +++ b/app/controllers/jwt_controller.rb @@ -4,7 +4,7 @@ class JwtController < ApplicationController before_action :authenticate_project_or_user SERVICES = { - 'container_registry' => Auth::ContainerRegistryAuthenticationService, + Auth::ContainerRegistryAuthenticationService::AUDIENCE => Auth::ContainerRegistryAuthenticationService, } def auth |