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
If ZfcUser is used and the ZfcUser enable_registration flag is set true then MxcRouteGuard
94
-
automatically whitelists 'zfcuser/register' regardless of the guard mode.
95
+
automatically whitelists `zfcuser/register` regardless of the guard mode.
95
96
96
-
In case a route gets blocked MxcRouteGuard applies a redirectto parameter to the anonymous_redirect
97
-
route which can be used by ZfcUser, if the use_redirect_parameter_if_present setting is set true.
97
+
In case a route gets blocked MxcRouteGuard applies a `redirectto` parameter to the anonymous_redirect
98
+
route which can be used by ZfcUser, if the `use_redirect_parameter_if_present` setting is set `true`.
98
99
99
100
Note
100
101
----
101
102
102
-
For authenticated users MxcRouteGuard provides full access to all routes. If you need a more
103
-
detailled control of who can access what route, use ZfcRbac or BjyAuthorize or similar modules
103
+
For authenticated users MxcRouteGuard provides full access to all routes. If you need more
104
+
detailled control of who can access what route, use [ZfcRbac](https://github.com/ZF-Commons/ZfcRbac) or [BjyAuthorize](https://github.com/bjyoungblood/BjyAuthorize) or similar modules
104
105
instead of MxcRouteGuard.
105
106
106
107
Common use cases for MxcRouteGuard are demo apps which only require a user to be known.
0 commit comments