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
LmcRbacMvc provide a role provider based on Doctrine ORM which forces to add dependencies to Doctrine for all application, even the ones that are not using Doctrine ORM.
It would be better to have a separate companion library just for the ORM based Role provider
Work to do:
Remove Doctrine ORM Role Provided from LmcRbacMvc
Create a companion library called LmcRbacMvcDoctrine
Update documentation
The text was updated successfully, but these errors were encountered:
Doctrine is widely used.
This enhancement is probably not required and add minimal overhead, other than having to manage dependencies which would need to done anyway.
Won't do.
Context:
LmcRbacMvc provide a role provider based on Doctrine ORM which forces to add dependencies to Doctrine for all application, even the ones that are not using Doctrine ORM.
It would be better to have a separate companion library just for the ORM based Role provider
Work to do:
The text was updated successfully, but these errors were encountered: