diff --git a/source/docs/v3/integrations/passport.blade.md b/source/docs/v3/integrations/passport.blade.md index 216e074..2e6d2dd 100644 --- a/source/docs/v3/integrations/passport.blade.md +++ b/source/docs/v3/integrations/passport.blade.md @@ -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/). +> 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. - Add this to the `register` method in your `AppServiceProvider`: @@ -51,4 +53,4 @@ And again, you need to create clients in your tenant database seeding process. ![Passport for both central & tenant app](/assets/images/passport_universal.png) -And make sure you enable the *Universal Routes* feature. \ No newline at end of file +And make sure you enable the *Universal Routes* feature.