dev-master
9999999-devSymfony bundle to refresh user roles after its changing
MIT
The Requires
by Ilya Vertakov
authorization user security user-roles
Symfony bundle to refresh user roles after its changing
This bundle provides an opportunity to refresh user roles after its changing without re-authentication, (*1)
1. Install this bundle using composer ``` bash $ composer require 11ya/actual-user-bundle:dev-master, (*2)
or add the package to your ``composer.json`` file directly. **2.** Register the bundle in ``app/AppKernel.php`` ``` php $bundles = array( // ... new Ilya\ActualUserBundle\IlyaActualUserBundle(), );
Symfony bundle to refresh user roles after its changing
MIT
authorization user security user-roles