11ya/actual-user-bundle
Symfony bundle to refresh user roles after its changing
Maintainers
Package info
github.com/11ya/actual-user-bundle
Type:symfony-bundle
pkg:composer/11ya/actual-user-bundle
dev-master
2016-11-29 21:05 UTC
Requires
- php: >=5.3.2
- symfony/framework-bundle: ~2.1|~3.0
- symfony/security: ~2.1|~3.0
Requires (Dev)
None
Suggests
- doctrine/doctrine-bundle: Using with Doctrine ORM
- doctrine/mongodb-odm-bundle: Using with Doctrine MongoDB ODM
- friendsofsymfony/user-bundle: Easy to use and override default provider and entity classes
Provides
None
Conflicts
None
Replaces
None
MIT 4bf30057a103542e2e9461444b0d99814828cb81
- Ilya Vertakov <ilya.saratov.woop@gmail.com>
This package is not auto-updated.
Last update: 2026-06-21 05:14:54 UTC
README
This bundle provides an opportunity to refresh user roles after its changing without re-authentication
Installation
1. Install this bundle using composer
$ composer require 11ya/actual-user-bundle:dev-master
or add the package to your composer.json file directly.
2. Register the bundle in app/AppKernel.php
$bundles = array( // ... new Ilya\ActualUserBundle\IlyaActualUserBundle(), );
Usage
- Implement ActualUserInterface in your User class.
- Modify security config to use custom provider service
- Enjoy!
