16736: Limit token's expires_at depending on the cluster config and user type.
[arvados.git] / services / api / app / controllers / arvados / v1 / api_client_authorizations_controller.rb
index 59e359232e834fbeb1f12a9c6daec6c52168debd..99446688db338f54b0d0ba353c66e2dcefdcd26c 100644 (file)
@@ -17,6 +17,7 @@ class Arvados::V1::ApiClientAuthorizationsController < ApplicationController
       scopes: {type: 'array', required: false}
     }
   end
+
   def create_system_auth
     @object = ApiClientAuthorization.
       new(user_id: system_user.id,