mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
note about passport guide being possibly out of date
This commit is contained in:
parent
1f3a1d56bb
commit
c79c31f1c2
1 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ section: content
|
||||||
|
|
||||||
> If you just want to write an SPA, but don't need an API for some other use (e.g. mobile app), you can avoid a lot of the complexity of writing SPAs by using [Inertia.js](https://inertiajs.com/).
|
> If you just want to write an SPA, but don't need an API for some other use (e.g. mobile app), you can avoid a lot of the complexity of writing SPAs by using [Inertia.js](https://inertiajs.com/).
|
||||||
|
|
||||||
|
> Note: This guide may be out of date (it's from the v2 era). If you have Passport and Tenancy v3 working, please consider contributing back by submitting a pull request updating this page. You may use the **Edit this page** button at the bottom of this page.
|
||||||
|
|
||||||
To use Passport inside the tenant part of your application, you may do the following.
|
To use Passport inside the tenant part of your application, you may do the following.
|
||||||
|
|
||||||
- Add this to the `register` method in your `AppServiceProvider`:
|
- Add this to the `register` method in your `AppServiceProvider`:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue