TLDR:
Problem: I can only have 100 private users on my app, which forces me to switch my app to public users
Current Solution: If I switch to public anyone can sign up to the app, which creates a new row in Airtable and triggers a bunch of workflows and gives random access to my app. It also leads to issue when members try to sign in with the wrong email.
What I want:
Restrict sign-ins to only users that are already in my Airtable base and do not allow for the creation of new users by signing up. Kind of how private users work but without the restriction of 100 users.
Has anyone got a workaround for this?