Multitenant with schema for each tenant #107
Closed
wimdevriendt
started this conversation in
General
Replies: 1 comment
-
|
hi @wimdevriendt, The AuthP library doesn't support "tenant per schema" approach of building multi-tenant applications. That's because AuthP uses EF Core which uses Global Query Filters. Also the AuthP library supports other multi-tenant approaches that the "tenant per schema" can't support, such as hierarchical and sharding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is there a possibility to use the library with a sql server database which is multitenant where all tenants have a seperate schema. So the datakey is the schemaname
Can the entityframework handle this ?
Beta Was this translation helpful? Give feedback.
All reactions