-
After install ~2.0 of ZrcRbac, i still get this error:
```
Fatal error: Uncaught exception 'Zend\ServiceManager\Exception\ServiceNotFoundException' with message 'Zend\ServiceManager\ServiceManager::g…
-
Hi,
I just want to share some thoughts about SpiffyAuthorize, which indeed looks very promising.
As I said to @spiffyjr on IRC, we now have three auth modules: ZfcRbac which is targetted to Rbac (an…
-
ping @arekkas @danizord
I'd like to release a first beta of 2.0 soon (mainly for easier testing). I'd like to have your opinion on what is missing currently, what could/should be modified, or if ever…
-
Hey team,
I'm trying to makes some modifications to ZfcRbac so that it redirects to login on a 403 error but can't seem to make it happen. I had thought that I could fire an event on
```
public func…
-
It seems that roles are not added to the Permission\Rbac class.
Simple use case: add a firewall route, and add a simple var-dump to "isGranted" from ZfcRbac\Service\Rbac, it's never called. As this i…
-
``` php
/**
* @return ZendRbac
*/
public function getRbac()
{
if (null === $this->rbac) {
$this->rbac = new ZendRbac();
$event = new Event;
$ev…
atans updated
10 years ago
-
When trying to update an user, I get: "A new entity was found through the relationship 'User\Entity\Role#permissions' that was not configured to cascade persist operations for entity: **controller**.u…
-
Hi
I am using this module first time with Doctrine ORM and I am really having a difficult time. It may be a simple issue that I am not able to fix. So, here it goes:
I have installed `ZendDeveloperTo…
-
Hey.
Why are the Firewalls not being created by a factory method receiving the service locator, like it's done for providers ?
I am especially using the controller firewall. I did set up everything …
-
If you pass an assertion (as closure or implementing the assertion interface makes no difference) to the isGranted() method, which returns true, you will always get an exception:
``` php
if (null !…