@extends('master') @section('title')IndieAuth « @stop @section('content')
@csrf @if(!empty($scopes)) @foreach($scopes as $scope) @endforeach @endif

IndieAuth

@if(!empty($error))
{{ $error }}
@endif

You are attempting to log in with the client {{ $client_id }}

After approving the request you will be redirected to {{ $redirect_uri }}

@if(!empty($scopes))

The client is requesting the following scopes:

@endif
@stop