Deploy token access for the dependency proxy
All threads resolved!
All threads resolved!
Compare changes
Files
7@@ -5,15 +5,16 @@ module Auth
@@ -5,15 +5,16 @@ module Auth
@@ -22,12 +23,13 @@ def authenticate_user_from_jwt_token!
@@ -22,12 +23,13 @@ def authenticate_user_from_jwt_token!
@@ -44,8 +46,16 @@ def request_bearer_token!
@@ -44,8 +46,16 @@ def request_bearer_token!
return DeployToken.active.find_by_token(token_payload['deploy_token']) if token_payload['deploy_token']