Update passport.blade.md

Added a note about using Passport in the Central and client applications.
This commit is contained in:
SHEROZ Juraev 2020-08-29 00:48:19 +05:00 committed by GitHub
parent c79c31f1c2
commit 7fa31007d7
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)
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.