Skip to content

Release v1.4.0 - Added default Role Provider

Compare
Choose a tag to compare
@visto9259 visto9259 released this 23 May 14:35
· 17 commits to master since this release
542e893

Changes

  • In previous versions, the role provider was created by providing a factory or alias for RoleProviderInterface. Starting with this version, the Role Provider passed to RoleService is the role provider defined in the 'lmc_rbac' configuration. (#45)
  • Updated RoleServiceFactory to use the role provider defined by the 'role_provider' key in the 'lmc_rbac' configuration. (#45)
  • Updated ModuleOptions to set the default role provider to InMemoryRoleProvider (#45)

Updated dependencies

  • None

Updated documentation

  • None

Updated testing

  • Updated test cases for the above changes (#45)
  • Update php-cs-fixer to replace deprecated standard (#42)

Breaking change

  • See changes above