Hi everybody and thanks to read me,
I would like to developp an app that let me give a premium section to my subscribers as paid access to the content I will deliver. Is it possible ?
Regards,
Hi everybody and thanks to read me,
I would like to developp an app that let me give a premium section to my subscribers as paid access to the content I will deliver. Is it possible ?
Regards,
At the moment, you can achieve that by creating a second app, with email whitelist for authentication. And you will give access to this second app to your premium subscribers. The link between the 2 apps can be done using a button with a “link” action, for example.
Hi Christophe
Thanks a lot
I’m going to investigate …
Regards
You can control visibility and filtering based on a certain values. You can do this by putting a template, relation and lookup column on the content you want to control, and then pull back an email array of users that have access to that content. Then you can apply filtering and visibility of components based on that lookup column of emails by checking it against the signed in user. This would allow for one single app, but would require sign in for all users, but really comes down your your unique situation and how you want it to function for different users.
Here’s some reading material. I have several similar posts, but this should get you started: