0
alikareemraja created
Hello,
I am trying to implement a site where individual users sign up on the site and choose editions for purchase. One way to implement is to create a tenant for each user, but that seems like a poor approach. Is there a better way to use ABP to manage features and editions on user basis?
1 Answer(s)
-
0
Hi,
You are right, creating a tenant for eah user is not a good way. Instead of features and editions, you can use permissions and settings which are more convenient.