What about creating a real “Sign Up” page?
Right now, both Sign In and Sign Up in Glide lead to the same email login page. That means there’s no real onboarding step for new users—just email verification.
A proper sign-up flow should include a basic form (name, email, profile, etc.), with the ability to edit it and assign an action to the submit button. Only emails added through this process would then be allowed to log in.
Many of my clients want to present the app first, before their clients log in, and this kind of flow makes much more sense—especially since most other platforms handle sign-up this way.
Currently, to achieve this, clients need to send a sign-up form outside of Glide, then build an automation to deliver the sign-in link to the app. Another workaround is creating a custom sign-up page inside Glide, but since the default sign-up button still appears, it ends up being confusing for users.