2017 © Pedro Peláez
 

symfony-bundle composite-password-authentication-bundle

A Symfony bundle for authentication using composite password

image

phpmentors/composite-password-authentication-bundle

A Symfony bundle for authentication using composite password

  • Wednesday, August 1, 2018
  • by iteman
  • Repository
  • 3 Watchers
  • 0 Stars
  • 524 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

PHPMentorsCompositePasswordAuthenticationBundle

A Symfony bundle for authentication using composite password, (*1)

Total Downloads Latest Stable Version Latest Unstable Version, (*2)

Features

  • Composite password support for form authentication

Installation

PHPMentorsCompositePasswordAuthenticationBundle can be installed using Composer., (*3)

First, add the dependency to phpmentors/composite-password-authentication-bundle into your composer.json file as the following:, (*4)

Stable version:, (*5)

composer require phpmentors/composite-password-authentication-bundle "1.0.*"

Development version:, (*6)

composer require phpmentors/composite-password-authentication-bundle "~1.1@dev"

Second, add PHPMentorsCompositePasswordAuthenticationBundle into your bundles to register in AppKernel::registerBundles() as the following:, (*7)

...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new PHPMentors\CompositePasswordAuthenticationBundle\PHPMentorsCompositePasswordAuthenticationBundle(),
        );
        ...

Configuration

app/config/security.yml:, (*8)

security:
    # ...

    firewalls:
        secured_area:
            form_login_composite_password:
                ... # Same configuration as `form_login`

Support

If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues., (*9)

Copyright (c) 2016 KUBO Atsuhiro, All rights reserved., (*10)

License

The BSD 2-Clause License, (*11)

The Versions

01/08 2018

dev-master

9999999-dev

A Symfony bundle for authentication using composite password

  Sources   Download

BSD-2-Clause

The Requires

 

by KUBO Atsuhiro

authentication security symfony

28/10 2016

1.0.x-dev

1.0.9999999.9999999-dev

A Symfony bundle for authentication using composite password

  Sources   Download

BSD-2-Clause

The Requires

 

by KUBO Atsuhiro

authentication security symfony

28/10 2016

v1.0.0

1.0.0.0

A Symfony bundle for authentication using composite password

  Sources   Download

BSD-2-Clause

The Requires

 

by KUBO Atsuhiro

authentication security symfony