#Does an OAuth sign in session trigger a user "create" event?

9 messages · Page 1 of 1 (latest)

frozen trail
#

I am trying to create a webhook that sends a signal anytime a new user is created. When I do this with a user email and password the webhook triggers correctly.

However, when I signed in with google it does not. To the best of my knowledge, if this is the first time signing in, a new user is created, therefor triggering the "create" event. Is my thinking correct here?

weak idol
#

No it doesn't

#

You can see here that the event is set only to account create

frozen trail
#

But a new user is created on the first sign in, how does this differ from a traditional "create" event?

weak idol
#

I think someone has created a feature/bug issue for it.

frozen trail
#

OK that makes it clear. I already have a solution for this but was hoping there was a native way to do this.

#

Thank you Binyamin

weak idol