Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 22, 2020
1 parent 4f77acd commit 7df454d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/airlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,19 @@

'expiration' => null,

/*
|--------------------------------------------------------------------------
| Airlock Middleware
|--------------------------------------------------------------------------
|
| When authenticating your first-party SPA with Airlock you may need to
| customize some of the middleware Airlock uses while processing the
| request. You may change the middleware listed below as required.
|
*/

'middleware' => [
'verify_csrf_token' => App\Http\Middleware\VerifyCsrfToken::class,
],

];

0 comments on commit 7df454d

Please sign in to comment.