From 3e2754c2b0e616732fbc0dbfebfc89dd212d72fe Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 15 Dec 2022 11:43:16 +0100 Subject: [PATCH] Add note to the Sanctum docs --- source/docs/v3/integrations/sanctum.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/sanctum.blade.md b/source/docs/v3/integrations/sanctum.blade.md index 401521a..ddfc808 100644 --- a/source/docs/v3/integrations/sanctum.blade.md +++ b/source/docs/v3/integrations/sanctum.blade.md @@ -8,7 +8,7 @@ section: content > Note: The `sanctum` auth guard can't be used with [user impersonation]({{ $page->link('features/user-impersonation') }}) because user impersonation supports stateful guards only. -Laravel Sanctum works with Tenancy out of the box, with the exception of the `sanctum.csrf-cookie` route. +Laravel Sanctum works with Tenancy out of the box, with the exception of the `sanctum.csrf-cookie` route. You can make some small changes to make the route work. ### Making the csrf-cookie route work in the tenant app