Base solution for your next web application
Open Closed

Edition and Feature Management on User instead of Tenant #1546


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.