2017 © Pedro Peláez
 

symfony-bundle actual-user-bundle

Symfony bundle to refresh user roles after its changing

image

11ya/actual-user-bundle

Symfony bundle to refresh user roles after its changing

  • Tuesday, November 29, 2016
  • by 11ya
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ActualUserBundle

This bundle provides an opportunity to refresh user roles after its changing without re-authentication, (*1)

Installation

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(),
    );

Usage

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

The Versions

29/11 2016

dev-master

9999999-dev

Symfony bundle to refresh user roles after its changing

  Sources   Download

MIT

The Requires

 

by Ilya Vertakov

authorization user security user-roles