From c90f6d9c5f2eb02936d932d464ebd32c0d2000a0 Mon Sep 17 00:00:00 2001 From: SHEROZ Juraev <33593816+goodmartian@users.noreply.github.com> Date: Sat, 29 Aug 2020 17:50:21 +0500 Subject: [PATCH] Update passport.blade.md (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update passport.blade.md Added a note about using Passport in the Central and client applications. * Update source/docs/v3/integrations/passport.blade.md Co-authored-by: Samuel Ć tancl --- source/docs/v3/integrations/passport.blade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/docs/v3/integrations/passport.blade.md b/source/docs/v3/integrations/passport.blade.md index 2e6d2dd..3fb0503 100644 --- a/source/docs/v3/integrations/passport.blade.md +++ b/source/docs/v3/integrations/passport.blade.md @@ -54,3 +54,5 @@ 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. + +Also change the value of `storage.database.connection` to `null` in the file `config/passport.php` to force Passport to use the default database connection. That way, Passport will work in both central and tenant parts of the application.