Interface UrlCheckerInterface
UrlCheckerInterface
Namespace: Authentication\UrlChecker
Method Summary
-
check() public
Checks the requests if it is the configured login action
Method Detail
check() ΒΆ public
check(Psr\Http\Message\ServerRequestInterface $request, array|string $loginUrls, array $options = []): bool
Checks the requests if it is the configured login action
Parameters
-
Psr\Http\Message\ServerRequestInterface
$request Server Request
-
array|string
$loginUrls Login URL string or array of URLs
-
array
$options optional Array of options
Returns
bool