ValidateSignature
class ValidateSignature
Properties
| protected array<int, string> | $ignore | The names of the parameters that should be ignored. |
|
| static protected array | $neverValidate | The globally ignored parameters. |
Methods
Specify that the URL signature is for a relative URL.
Specify that the URL signature is for an absolute URL.
Parse the additional arguments given to the middleware.
Indicate that the given parameters should be ignored during signature validation.
Flush all static state.
Details
at line 30
static string
relative(array|string $ignore = [])
Specify that the URL signature is for a relative URL.
at line 40
static string
absolute(array|string $ignore = [])
Specify that the URL signature is for an absolute URL.
at line 54
Response
handle(Request $request, Closure $next, string ...$args)
Handle an incoming request.
at line 68
protected array
parseArguments(array $args)
Parse the additional arguments given to the middleware.
at line 90
static void
except(array|string $parameters)
Indicate that the given parameters should be ignored during signature validation.
Boot-only. The list persists in a static property for the worker lifetime and applies to every subsequent request.
at line 100
static void
flushState()
Flush all static state.