1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 07:24:27 +02:00

Revert "Add a middleware for authentication with CGI wrap"

This reverts commit 685d5f1517.

This will now be dealt with at the Stratigility level.
This commit is contained in:
Franz Liedke
2016-03-26 18:56:17 +09:00
parent 685d5f1517
commit 4fe7acfddf
2 changed files with 0 additions and 36 deletions

View File

@@ -33,7 +33,6 @@ class Server extends AbstractServer
$pipe->pipe($path, $app->make('Flarum\Api\Middleware\FakeHttpMethods'));
$pipe->pipe($path, $app->make('Flarum\Http\Middleware\StartSession'));
$pipe->pipe($path, $app->make('Flarum\Http\Middleware\RememberFromCookie'));
$pipe->pipe($path, $app->make('Flarum\Http\Middleware\SharedHosts'));
$pipe->pipe($path, $app->make('Flarum\Http\Middleware\AuthenticateWithSession'));
$pipe->pipe($path, $app->make('Flarum\Http\Middleware\AuthenticateWithHeader'));
$pipe->pipe($path, $app->make('Flarum\Http\Middleware\SetLocale'));