You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently i'm using propel in test mode for my Next.js 14 application.
When doing a sign in using a new user using google oauth it still tries to create a user and then send the user.login event via the weebhook.
Ideally if a new user is trying to login i would want him to register first.
is there any workaround for this ?
The text was updated successfully, but these errors were encountered:
You're correct that signing in via the Google OAuth flow will create a new user. If you require additional fields from the user (such as a Custom User Property) we will automatically collect that information for you if the field is required.
Also as a heads up, we're much more responsive if you write into support@propelauth.com.
currently i'm using propel in test mode for my Next.js 14 application.
When doing a sign in using a new user using google oauth it still tries to create a user and then send the user.login event via the weebhook.
Ideally if a new user is trying to login i would want him to register first.
is there any workaround for this ?
The text was updated successfully, but these errors were encountered: