Hi everyone, I’m very new to WeWeb but am currently building a social media platform prototype with Supabase. I want to introduce conditional logic into my Supabase Auth sign up page in which:
A user signs up with basic info (email, password, name). The user also connects her TikTok account via the TikTok Display API. If the user has more than 100 followers on TikTok, then she registers successfully on the app. If she does not have that many TikTok followers, her information is stored in a separate Supabase table and she is routed to a waitlist page.
Is this something that is feasible? Thank you.