Is there a way to do sign up and login based on email/username AND password?

Hi everyone, I’m a first time Glide user as of yesterday.

I’ve built a pretty basic MVP as a public app but I’d like to add conditional functionality based on user profiles. That’s easy enough, but my issue is that if I’m going that route, I’d rather have a more traditional sign up and log in flow (username/email + password) instead of having users check their email for a PIN. Is there any kind of workaround for this?

No there isn’t. Not without compromising security of your user’s data.

2 Likes

you can use google scripts, but that will give you up to a 5-sec delay…which is still faster than checking email… but you will lose a very important Glide function, which is checking if the user is a sign-in user.