RFC
| Q |
A |
| Proposed Version(s) |
3.0.0 |
| BC Break? |
Yes |
Goal
Move the ObjectRepositoryRoleProvider and its factory to a separate library.
Background
The library provides a Doctrine ORM based Role Provider, built in.
Since not every projects uses Doctrine ORM, it would be best to move ObjectRepositoryRoleProvider and its factory to a separate library.
Proposal(s)
- Create a separate library and repo for Doctrine ORM RoleProvider and its test cases
- Deprecate the existing RoleProvider in v2
- Update docs with instructions on how to install the role provider and wire it into Lmc Rbac
RFC
Goal
Move the
ObjectRepositoryRoleProviderand its factory to a separate library.Background
The library provides a Doctrine ORM based Role Provider, built in.
Since not every projects uses Doctrine ORM, it would be best to move
ObjectRepositoryRoleProviderand its factory to a separate library.Proposal(s)