Authorization Request

{{ $client->name }} is requesting permission to access your account.

@if (count($scopes) > 0)

This application will be able to:

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