Handling OAuth sign-ins, signing up later

Hey y'all, what is the best/idiomatic way to sign a user in through Google OAuth, quickly verify if they're on a whitelist for example, and either redirect (not creating a user) if not, or proceed with signup? Getting signup_disabled when using disableImplicitSignUp
Was this page helpful?