From c79c31f1c22b34f4c45585c801d9163cd3d723fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 19 Aug 2020 23:39:46 +0200 Subject: [PATCH] note about passport guide being possibly out of date --- source/docs/v3/integrations/passport.blade.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.