Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for pre login or post login flow when using OAuth #51

Open
gurprit-10xr opened this issue Jan 2, 2025 · 1 comment
Open

Support for pre login or post login flow when using OAuth #51

gurprit-10xr opened this issue Jan 2, 2025 · 1 comment

Comments

@gurprit-10xr
Copy link

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 ?

@pfvatterott
Copy link
Contributor

Hey @gurprit-10xr !

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.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants