11ya/actual-user-bundle

Symfony bundle to refresh user roles after its changing

Maintainers

👁 11ya

Package info

github.com/11ya/actual-user-bundle

Type:symfony-bundle

pkg:composer/11ya/actual-user-bundle

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2016-11-29 21:05 UTC

Requires

Requires (Dev)

None

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 4bf30057a103542e2e9461444b0d99814828cb81

  • Ilya Vertakov <ilya.saratov.woop@gmail.com>

authorizationsecurityuseruser-roles

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

  1. Implement ActualUserInterface in your User class.
  2. Modify security config to use custom provider service
  3. Enjoy!