AuthorizesRequests
trait AuthorizesRequests
Properties
| static Closure|null | $authUsing | The callback that should be used to authenticate Telescope users. |
Methods
static AuthorizesRequests
Details
at line 24
static AuthorizesRequests
auth(Closure|null $callback)
Register the Telescope authentication callback.
Boot-only. The callback persists in a static property for the worker lifetime and runs on every Telescope dashboard request across all coroutines.
at line 34
static bool
check(Request $request)
Determine if the given request can access the Telescope dashboard.