Soullivaneuh/SLLHHybridAuthBundle

View on GitHub
src/Security/Http/Firewall/HybridAuthListener.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SLLH\HybridAuthBundle\Security\Http\Firewall;

use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener;

class HybridAuthListener extends AbstractAuthenticationListener
{
    /**
     * {@inheritdoc}
     */
    protected function attemptAuthentication(Request $request)
    {
    }
}