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
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
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 text was updated successfully, but these errors were encountered:
This repository has been closed and moved to laminas-api-tools/api-tools-mvc-auth; a new issue has been opened at laminas-api-tools/api-tools-mvc-auth#6.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: