You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow skipping redirects for extensions. (#308)
* Allow skipping redirects for extensions.
* Update docs/en/middleware.rst
Co-authored-by: Mark Story <[email protected]>
* Update tests/TestCase/Middleware/UnauthorizedHandler/RedirectHandlerTest.php
Co-authored-by: Mark Story <[email protected]>
* Update tests/TestCase/Middleware/UnauthorizedHandler/RedirectHandlerTest.php
Co-authored-by: Mark Story <[email protected]>
* Allow skipping redirects for extensions.
* Remove LogicException
- We can use one of the existing exceptions from the plugin.
- Expand test coverage to cover all the new branches
---------
Co-authored-by: Mark Story <[email protected]>