Skip to content

Commit

Permalink
feat: update sanctum cookie middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
halivert committed Jul 6, 2023
1 parent b3a21ff commit 87c4cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Expand Up @@ -39,7 +39,7 @@ class Kernel extends HttpKernel
],

'api' => [
// \Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
\Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
\Illuminate\Routing\Middleware\ThrottleRequests::class.':api',
\Illuminate\Routing\Middleware\SubstituteBindings::class,
],
Expand Down

0 comments on commit 87c4cbf

Please sign in to comment.