diff --git a/source/docs/v3/integrations/passport.blade.md b/source/docs/v3/integrations/passport.blade.md index 2e6d2dd..40d358c 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 connection. This way, it will work in both Central and client applications.