10 lines
136 B
PHP
10 lines
136 B
PHP
# Authenticating requests
|
|
|
|
@if(!$isAuthed)
|
|
This API is not authenticated.
|
|
@else
|
|
{!! $authDescription !!}
|
|
|
|
{!! $extraAuthInfo !!}
|
|
@endif
|