LM-Commons / LmcRbacMvc

Role-based access control Laminas MVC module to provide additional features on top of Laminas\Permissions\Rbac
https://lm-commons.github.io/LmcRbacMvc/
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Remove the role provider plugin manager #101

Closed visto9259 closed 4 weeks ago

visto9259 commented 2 months ago

Given that there can only be one role provider in an application, there is no need to create a plugin manager for role providers. The role providers should be available in the service manager directly.

visto9259 commented 2 months ago

Since role providers will be provided by LmcRbac. This is a non issue.

visto9259 commented 4 weeks ago

Still needs to be removed from LmcRbacMvc

visto9259 commented 4 weeks ago

Done