Merge pull request #285 from gjimish/patch-1

fix: corrected wrong parameter
This commit is contained in:
Samuel Štancl 2024-11-07 14:10:39 +01:00 committed by GitHub
commit d633a5ad23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ The package lets you identify tenants using the following methods:
- Subdomain identification (`acme.yoursaas.com`) - Subdomain identification (`acme.yoursaas.com`)
- Domain OR subdomain identification (both of the above) - Domain OR subdomain identification (both of the above)
- Path identification (`yoursaas.com/acme/dashboard`) - 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.** However, **you're free to write additional tenant resolvers.**