{{ __('oauth.authorization_request_title') }}

{{ $client->name }} {{ __('oauth.authorization_request_desc') }}.

@if (count($scopes) > 0)

This application will be able to:

    @foreach ($scopes as $scope)
  • {{ $scope->description }}
  • @endforeach
@endif
@csrf
@csrf @method('DELETE')