There is a lot domain data inside a tenants database that does not belong to the user and there is data that belongs to the user. The tenants want to restrict access to the former on membership cancellation, I need to grant access to the latter.
There is a lot domain data inside a tenants database that does not belong to the user and there is data that belongs to the user. The tenants want to restrict access to the former on membership cancellation, I need to grant access to the latter.
And I think that it wouldn't be the most elegant solution...
And I think that it wouldn't be the most elegant solution...
I can switch tenants indefinitely for the users, but their domain data stays in the different tenant databases. And the old tenants do NOT want them to login any longer or at least restrict them to data prior to the membership cancellation.
I can switch tenants indefinitely for the users, but their domain data stays in the different tenant databases. And the old tenants do NOT want them to login any longer or at least restrict them to data prior to the membership cancellation.
- export the data to another database (with all the primary key hassle)
- limit access to records prior to a specific exit date (however that would the implemented)
- completely different solution I am not thinking of
- export the data to another database (with all the primary key hassle)
- limit access to records prior to a specific exit date (however that would the implemented)
- completely different solution I am not thinking of