Download the PHP package wucdbm/login-bundle without Composer
On this page you can find all versions of the php package wucdbm/login-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wucdbm/login-bundle
More information about wucdbm/login-bundle
Files in wucdbm/login-bundle
Download wucdbm/login-bundle
More information about wucdbm/login-bundle
Files in wucdbm/login-bundle
Vendor wucdbm
Package login-bundle
Short Description A Symfony ~3.0 Bundle that eases logging users to your Symfony application.
License MIT
Package login-bundle
Short Description A Symfony ~3.0 Bundle that eases logging users to your Symfony application.
License MIT
Please rate this library. Is it a good library?
Informations about the package login-bundle
Login Bundle
A Symfony ~3.0 Bundle that eases logging users to your Symfony application.
Configuration Sample
TODOs
-
Possibly extend UsernamePasswordToken and make it configurable, again with the option to always be considered authenticated?
- Have a good look at those services from Symfony Security and consider implementing calls to those as otherwise redirect target path will not be correctly cleared upon success?
<service id="security.authentication.success_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" abstract="true">
<argument type="service" id="security.http_utils" />
<argument type="collection" /> <!-- Options -->
</service>
<service id="security.authentication.custom_failure_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler" abstract="true">
<argument /> <!-- The custom failure handler service id -->
<argument type="collection" /> <!-- Options -->
</service>
<service id="security.authentication.failure_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler" abstract="true">
<tag name="monolog.logger" channel="security" />
<argument type="service" id="http_kernel" />
<argument type="service" id="security.http_utils" />
<argument type="collection" /> <!-- Options -->
<argument type="service" id="logger" on-invalid="null" />
</service>
All versions of login-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.1
symfony/framework-bundle Version ~3.0|~4.0
symfony/security-bundle Version ~3.0|~4.0
symfony/http-foundation Version ~3.0|~4.0
symfony/event-dispatcher Version ~3.0|~4.0
symfony/framework-bundle Version ~3.0|~4.0
symfony/security-bundle Version ~3.0|~4.0
symfony/http-foundation Version ~3.0|~4.0
symfony/event-dispatcher Version ~3.0|~4.0
The package wucdbm/login-bundle contains the following files
Loading the files please wait ....