src/Plugin/AuthenticationPlugin.php
Method handleRequest
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handleRequest(RequestInterface $request, callable $next, callable $first): Promise
{
switch ($request->getMethod()) {
case 'POST':
$data = sprintf(