This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
v1.0.0
- Fix a bug that occurred when ObjectRepositoryPermissionProvider and guard were used together. Object manager tried to persist the auto-generated guard permission, which was not the expected behavior (#106)
- An exception is now thrown instead of returning list of empty roles if the identity does not implement
ZfcRbac\Identity\IdentityInterface
(#110)