Suggestions on freemium model product

Hi,

My team is working on a freemium model of a product and we are planning to use auth0. We would like to know if there are any recommendations or blogs or guidelines on how to use auth0 to build a freemium model product.

Thank you

Hi @AnilGanivada,

Welcome to the Auth0 Community!

Have you taken a look at Auth0 Quickstarts? https://auth0.com/docs/quickstarts/

This is a good starting point to build out authentication for your application. Our documentation here goes into more detail on the architecture for using Auth0 in a Busines-to-Consumer scenario: https://auth0.com/docs/architecture-scenarios/b2c

Please let me know if there are any questions. I’d be happy to clarify.

Thank you.

1 Like

Hello Rueben,

I apologize for late reply, somehow I missed the notification. Thank you for the links, I have gone through them and quickstarts were super helpful for us to get started. Regarding this topic my question was are there any guidelines or samples on how to setup paywalls and link them to auth0 so that whenever user selects some premium actions we can check if the user is a premium user through jwt claims issues by auth0.

Thanks,
Anil

Hi @AnilGanivada,

Thank you for your response.

There isn’t a concrete example on how to setup paywalls with Auth0.

However, it seems like what you’re trying to accomplish is something like Role-Based Action Control (RBAC). In this scenario, you could have Roles for free users and premium users just for an example.

These Roles will have Permissions assigned to them which grants users access to specific resources. In that way, you could check the subscription type of the user when they attempt to perform a premium action.

Hoped this helps!

Please let me know if you have any further questions…

Thank you.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.