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
Requires
- symfony/framework-bundle: <2.4
This package is not auto-updated.
Last update: 2025-04-08 04:56:42 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