ClientMiddleware
extends Middleware
in package
Client authentication middleware.
Ensures the current user is authenticated as a client (business owner/staff) and that their associated business is active.
Tags
Table of Contents
Methods
- handle() : bool
- Handle the request by checking client authentication.
Methods
handle()
Handle the request by checking client authentication.
public
handle([array<string|int, mixed> $params = [] ]) : bool
Parameters
- $params : array<string|int, mixed> = []
-
Route parameters