mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-14 11:14:04 +00:00
Add note to the Sanctum docs
This commit is contained in:
parent
05091c1a39
commit
3e2754c2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
> 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
|
### Making the csrf-cookie route work in the tenant app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue