Authorization Request

{{ $client->name }} is requesting permission to access your {{request()->user()->username}} account.

@if (count($scopes) > 0)

This application will be able to:

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

Click here to log out of this account.