giosh94mhz / simple-pre-authenticator-bundle
Backport of Symfony 2.4 SimplePreAuthenticatorInterface to 2.3 LTS branch
Installs: 958
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/giosh94mhz/simple-pre-authenticator-bundle
Requires
- symfony/framework-bundle: <2.4
This package is not auto-updated.
Last update: 2025-09-23 07:13: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