giosh94mhz/simple-pre-authenticator-bundle

Backport of Symfony 2.4 SimplePreAuthenticatorInterface to 2.3 LTS branch

2.3.2 2014-07-17 12:31 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:07:04 UTC


README

Backport of Symfony 2.4 SimplePreAuthenticatorInterface to 2.3 LTS branch

Installation

composer require giosh94mhz/simple-pre-authenticator-bundle:2.3.*

Register the bundle in app/AppKernel.php:

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Giosh94mhz\SimplePreAuthenticatorBundle\Giosh94mhzSimplePreAuthenticatorBundle(),
    );
}

Usage

Everything should work out-of-the-box.

To create an ApiKeyAuthenticator, just follow the official symfony cookbook

License

This bundle is released under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE