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 Feb 6, 2020. It is now read-only.
so there is kind of "proxy alias" ZF\MvcAuth\Authorization\AuthorizationInterface for an invokable factory ZF\MvcAuth\Authorization\AclAuthorization. It is not possible to get service authorization, because of the proxy.
Commit a7bc0d1, which should fix alias invokable aliases (version 2.7), caused BC.
The text was updated successfully, but these errors were encountered:
I found this bug after update
zend-servicemanager
to version 2.7. I'm usingzfcampus/zf-mvc-auth
and the problem is caused because of:so there is kind of "proxy alias"
ZF\MvcAuth\Authorization\AuthorizationInterface
for an invokable factoryZF\MvcAuth\Authorization\AclAuthorization
. It is not possible to get serviceauthorization
, because of the proxy.Commit a7bc0d1, which should fix alias invokable aliases (version 2.7), caused BC.
The text was updated successfully, but these errors were encountered: