d2d.emegrendeles.hu/resources/views/vendor/scribe/markdown/auth.blade.php
E98Developer 68b7c35bef git init
2026-02-28 06:53:05 +01:00

10 lines
136 B
PHP

# Authenticating requests
@if(!$isAuthed)
This API is not authenticated.
@else
{!! $authDescription !!}
{!! $extraAuthInfo !!}
@endif