How to set up Logins only for paying customers

Hi Bubble Community!
I have watched the tutorials and have been able to setup the login/sign up buttons. But I cannot figure out how do I program the login to come from another source?

The app I am building requires the users to have already paid for the product before they get access to the app. Is there a way I can set this up where on the people who have paid for the product can signup and login?

Thank you!

Yes, sure! You can define the rules for authentication. You have to bring this information from the source where the user are paying. You can create a workflow to check this data first to give the access.

1 Like

Does this outside data go into the APP tab under Data settings when imported?

Yes, you can integrate or import these datas and use as parameters.