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
The docs have them listed with the priorities: 500, 499, -600, -601 respectively.
I tried fixing the code to match the docs, but then it triggers before routing happens (priority 1), so a negative priority makes sense, but is there a reason to have it as late as -50? I'm trying to use ZfcRbac together with this and it runs the guards at priority -6, so it fails those checks because it doesn't have an identity yet.
The event priorities listed in the docs are not the actual priorities used in the code.
MvcRouteListener has:
The docs have them listed with the priorities: 500, 499, -600, -601 respectively.
I tried fixing the code to match the docs, but then it triggers before routing happens (priority 1), so a negative priority makes sense, but is there a reason to have it as late as -50? I'm trying to use ZfcRbac together with this and it runs the guards at priority -6, so it fails those checks because it doesn't have an identity yet.
Originally posted by @dkmuir at zfcampus/zf-mvc-auth#115
The text was updated successfully, but these errors were encountered: