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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)