Is it possible to create corporate subscriptions in Wave?
I'm planning to create a B2B SAAS where companies will subscribe and give accesss to their employees, the different subscription plans can be defined by the number of employees allowed to have access to the app.
Hi there,
This is not available out of the box as of the time being but should be achievable with some changes to your project.
What you could do is to create a Corporation
model and a relationship for each user to a specific Corporation. Based on that check you could authorize the specific user to access the resources of the corporation.
You could have an additional relation where you define the corporation admin responsible for meaning the subscription.
Let me know if you have any questions!