-
Hi,
I don't get to use entities provided in datas, especially Role.php.
For example, permissions don't seem to be collected properly : inherited permissions are missing.
I implementing a messy Role.…
-
#### Bug Description
When I use the following doctrine entity as the identity provided to ZfcRbac `ZfcRbac\Service\Rbac` throws the following exception:
```
Fatal error: Uncaught exception 'Zend\Per…
-
Hi @bakura10,
I'm currently working on a cms application with a complexe rbac scenario. As I'm currently designing it, I've watched with a lot of interest the discussions concerning ZFCRbac and and t…
peuh updated
10 years ago
-
I had a perfectly working application using RBAC and everything stopped working when the #3088 was merged. This PR has totally changed the hierarchy that I was following and **broked BC**.
First the …
-
```
[Wed Dec 18 15:35:54.170499 2013] [:error] [pid 6392:tid 1008] [client 127.0.0.1:63180] PHP Warning: implode(): Invalid arguments passed in vendor\\zf-commons\\zfc-rbac\\view\\zend-developer-tool…
-
If you set 'anonymousRole' to 'thisIsNotARole' in the modules config, the Controller Firewall Listener will default to "return" rather than restrict acces as can be seen [here](https://github.com/ZF-C…
-
isn't it better to change to long-form "
-
See #135, we should have four unit tests covering this feature
1) A required permission is not granted but the assertion returns true (result allow)
2) A required permission is not granted and the as…
-
I kinda expected this module to work out of the box with zero configuration. Instead I get a WSOD and the error:
```
Fatal error: Uncaught exception 'RuntimeException' with message 'An identity provi…
-
If you use two different application un rest context :
- Static application (like javascript or mobile application) accessible from http://client.local
- Backend application (ZF2 rest) accessible fro…
Orkin updated
11 years ago