auth.blade.php 136 B

123456789
  1. # Authenticating requests
  2. @if(!$isAuthed)
  3. This API is not authenticated.
  4. @else
  5. {!! $authDescription !!}
  6. {!! $extraAuthInfo !!}
  7. @endif