Laminas-Commons / LmcUser

A generic user registration and authentication module for Laminas. Supports Laminas\Db and Doctrine2. (Formerly ZfcUser)
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Adding advanced route matching for redirection. #41

Open rarog opened 3 years ago

rarog commented 3 years ago

Currently only generic routes could be used for redirection. By assembling route this works with named route without parameters.

With this extension it's now possible to add a parameter like /my/site/mycontroller/id/42 as redirect, as route is matched to be checked as valid.