Skip to content

Backport of Symfony 2.4 SimplePreAuthenticatorInterface to 2.3 LTS branch

License

Notifications You must be signed in to change notification settings

giosh94mhz/SimplePreAuthenticatorBundle

Repository files navigation

SimplePreAuthenticatorBundle

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

About

Backport of Symfony 2.4 SimplePreAuthenticatorInterface to 2.3 LTS branch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages