-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Multitenancy without multiple schemas #577
Comments
This is pretty application specific, but you would likely need something similar to the multitenancy guide: https://hexdocs.pm/pow/1.0.21/multitenancy.html#content As you fetch the tenant in the |
Sorry to come back to this again. :-/ Fetching the subdomain to access the tenant name:
endpoint.ex
pow config:
What do I have to do, to get access to the configuration in my "Repo"? |
I have an app where I need multitenancy without schemas.
I have a column in the users table which I use for that. How can I achieve this with pow? Is there a repository function that I can implement to use for a user lookup?
The text was updated successfully, but these errors were encountered: