Skip to content

Commit

Permalink
Remove csrf from docs
Browse files Browse the repository at this point in the history
This closes #712
  • Loading branch information
vinkla committed Apr 28, 2016
1 parent 9749691 commit e55d65e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/getting-started/lumen.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ $app->middleware([
```php
$app->routeMiddleware([
'check-authorization-params' => \LucaDegasperi\OAuth2Server\Middleware\CheckAuthCodeRequestMiddleware::class,
'csrf' => \Laravel\Lumen\Http\Middleware\VerifyCsrfToken::class,
'oauth' => \LucaDegasperi\OAuth2Server\Middleware\OAuthMiddleware::class,
'oauth-client' => \LucaDegasperi\OAuth2Server\Middleware\OAuthClientOwnerMiddleware::class,
'oauth-user' => \LucaDegasperi\OAuth2Server\Middleware\OAuthUserOwnerMiddleware::class,
Expand Down

0 comments on commit e55d65e

Please sign in to comment.