mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fix typo in passport.blade.md
This commit is contained in:
parent
af05970907
commit
cf763368f3
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public function run()
|
|||
Then, seed the database and generate the key pair by running `php artisan passport:keys`.
|
||||
|
||||
### **Tenant-specific keys** {#tenant-specific-keys}
|
||||
> **Note:** The security benefit of doing this is negligable since you're likely already using the same `APP_KEY` for all tenants. This is a relatively complex approach, so before implementing it, make sure you really want it. **Using shared keys instead is strongly recommended.**
|
||||
> **Note:** The security benefit of doing this is negligible since you're likely already using the same `APP_KEY` for all tenants. This is a relatively complex approach, so before implementing it, make sure you really want it. **Using shared keys instead is strongly recommended.**
|
||||
|
||||
> **Warning:** The usage of tenant specific keys has not been fully tested. [Feel free to contribute to this section.]({{ $page->editLink() }})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue