You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Trigger session, make a GET request to: `/api/csrf-header`. This will return a header with the session key and an optional header with CSRF token `XSRF-TOKEN`.
28
27
The header name could be configured in: `stateless.header`
29
28
@@ -39,7 +38,6 @@ use Binarcode\LaravelStatelessSession\Http\Middleware\StatelessVerifyCsrfToken;
39
38
StatelessVerifyCsrfToken::class,
40
39
]);
41
40
```
42
-
43
41
You can create a middleware group in your Http\Kernel with these 2 routes as:
0 commit comments