/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authentication/docs/en
NameSizeModeActions
authentication-component.rst39750644editdlrm
authenticators.rst206610644editdlrm
conf.py2610644editdlrm
contents.rst3290644editdlrm
identifiers.rst65500644editdlrm
identity-object.rst33580644editdlrm
impersonation.rst22160644editdlrm
index.rst88770644editdlrm
middleware.rst26330644editdlrm
migration-from-the-authcomponent.rst113610644editdlrm
password-hashers.rst27040644editdlrm
testing.rst17990644editdlrm
url-checkers.rst10400644editdlrm
view-helper.rst7310644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authentication/docs/en/url-checkers.rst (1040B)
URL Checkers ############ To provide an abstract and framework agnostic solution there are URL checkers implemented that allow you to customize the comparision of the current URL if needed. For example to another frameworks routing. Included Checkers ================= DefaultUrlChecker ----------------- The default checker allows you to compare an URL by regex or string URLs. Options: - **checkFullUrl**: To compare the full URL, including protocol, host and port or not. Default is ``false`` - **useRegex**: Compares the URL by a regular expression provided in the ``$loginUrls`` argument of the checker. CakeRouterUrlChecker -------------------- Options: Use this checker if you want to use the array notation of CakePHPs routing system. The checker also works with named routes. - **checkFullUrl**: To compare the full URL, including protocol, host and port or not. Default is ``false`` Implementing your own Checker ----------------------------- An URL checker **must** implement the ``UrlCheckerInterface``.