Няма описание

Guillermo Espinoza 4d015d2a12 Fix oauth provider y listener authentication преди 7 години
DependencyInjection 271d2bb7e6 Custom Authentication provider преди 7 години
Resources 271d2bb7e6 Custom Authentication provider преди 7 години
Security 4d015d2a12 Fix oauth provider y listener authentication преди 7 години
Services 56942a8392 OAuthProxyListener преди 7 години
Utils 56942a8392 OAuthProxyListener преди 7 години
AuthBundle.php 271d2bb7e6 Custom Authentication provider преди 7 години
README.md 6f012cdf5d Commit inicial преди 7 години
composer.json 6f012cdf5d Commit inicial преди 7 години

README.md

AuthBundle

Installation

composer.json:

"repositories": [
    {
        "type": "vcs",
        "url":  "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/AuthBundle.git"
    }
],
"require": {
    "ik/auth-bundle": "dev-master"
},

app/AppKernel.php:

public function registerBundles()
{
    $bundles = [
        new AuthBundle\AuthBundle(),
    ];
    .
    .
}

app/config/config.yml:

imports:
    - { resource: "@AuthBundle/Resources/config/services.yml" }