Skip to content

11ya/actual-user-bundle

Repository files navigation

ActualUserBundle

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages