Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update passport.blade.md Regarding Passport 12 Shared Keys #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jacob-hyde
Copy link

docs: add note on Passport v12 key path for shared keys in tenant environment

  • Added a subsection under “Shared keys” explaining how to use Passport::loadKeysFrom(storage_path()) to force Passport to load a single key pair from the central storage path for all tenants.
  • Helps avoid tenant-specific key path issues in Passport v12.

This update adds a short note in the Shared keys section clarifying that Passport 12 may look for its encryption keys in a tenant-specific directory (/storage/tenant/{tenant}/...). We’ve included instructions on forcing Passport to load keys from a single shared path, ensuring all tenants use the same key files. This avoids potential issues where tenant-scoped folders do not contain their own Passport keys.

docs: add note on Passport v12 key path for shared keys in tenant environment

- Added a subsection under “Shared keys” explaining how to use `Passport::loadKeysFrom(storage_path())`
  to force Passport to load a single key pair from the central storage path for all tenants.
- Helps avoid tenant-specific key path issues in Passport v12.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant