mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Merge pull request #285 from gjimish/patch-1
fix: corrected wrong parameter
This commit is contained in:
commit
d633a5ad23
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ The package lets you identify tenants using the following methods:
|
|||
- Subdomain identification (`acme.yoursaas.com`)
|
||||
- Domain OR subdomain identification (both of the above)
|
||||
- Path identification (`yoursaas.com/acme/dashboard`)
|
||||
- Request data identification (`yoursaas.com/users?tenant_id=acme` — or using request headers)
|
||||
- Request data identification (`yoursaas.com/users?tenant=acme` — or using request headers)
|
||||
|
||||
However, **you're free to write additional tenant resolvers.**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue