-
Notifications
You must be signed in to change notification settings - Fork 111
RouteGuard rule vs RoleProvider permissions #193
Comments
See a quote from Guards docs:
So, you'll use RouteGuard to protect your routes, while you use RoleProvider permissions to protect your services. (You must always protect your services.) Also, take a look at #182 |
Thanx danizord it was clear from debugging that guards don't use permissions but i had to ask it just to clarify it. |
@svmashtaler so, this issue can be closed? :) |
Yes sure it can be closed, thank you. |
@svmashtaler can you close this issue? |
I have a question regarding usage of RouteGuard rules and RoleProvider permissions.
What is the use of RoleProvider permissions if i have RoutGuard rules set? Are they ever being used? I don see any change if i have RoleProvider permissionsor not. Am i doing something wrong?
Here is a sample of my zfc_rbac config:
'zfc_rbac' => [
The text was updated successfully, but these errors were encountered: