Hi, I have a function that runs on users.*.create event. It works fine when creating a user using email and password but while using an OAuth Provider It creates the user as usual but doesn't trigger the event.
TL;DR
The users.*.create event doesn't work when creating a user using OAuth. This is a known issue, and you can find more information on GitHub. In the meantime, you can try triggering on session creation instead.