How to prevent corporate users from signing in

I have an app that is currently published using the free plan with privacy set to “Public” and “Required Sign In”. Is there a way to limit the app so that anyone can sign in as long as they are signing in using a personal email (e.g. gmail.com, yahoo.com, outlook.com, etc). I want to block users signing in with a corporate account for example. * Publicly accessible, but users must sign-in

Currently a user can sign into my app with both a free email domain as well as a corporate email address (confirmed with the validator Personal User Validator Agent). I cannot seem to understand how to limit access from the documentation here Users | Glide Docs.

Thanks


The only thing I can suggest is to set the access to Private, and then make use of Allowed email domains to specify which domains you want to allow.

1 Like