diff --git a/resources/views/vendor/passport/authorize.blade.php b/resources/views/vendor/passport/authorize.blade.php new file mode 100644 index 000000000..7eeae354f --- /dev/null +++ b/resources/views/vendor/passport/authorize.blade.php @@ -0,0 +1,94 @@ + + + + + + + + {{ config('app.name') }} - Authorization + + + + + + + +
+
+
+
+ +
+
+
+ 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->id}} {{ $scope->description }}
  • + @endforeach +
+
+ @endif + +
+ +
+ {{ csrf_field() }} + + + + +
+ + +
+ {{ csrf_field() }} + {{ method_field('DELETE') }} + + + + +
+
+
+
+
+
+
+ +