Update passport.blade.md (#71)

* 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 <samuel.stancl@gmail.com>
This commit is contained in:
SHEROZ Juraev 2020-08-29 17:50:21 +05:00 committed by GitHub
parent c79c31f1c2
commit c90f6d9c5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) ![Passport for both central & tenant app](/assets/images/passport_universal.png)
And make sure you enable the *Universal Routes* feature. 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.