Post user registration actions run after passwordless user login, even if user already exists

Hi @rueben.tiow
I also have this problem with my action. I am using it with passwordless_email.

  1. Could you enable it for me too?
  2. If it’s just a feature flag, could you expose it through the api/terraform provider?
  3. When using passwordless email, there is no difference between registering and logging in?

As I am digging, more comes to light which is a bit concerning:
This hook is ran even before the user is created in the passwordless_email connection. By definition “post-user-registration” it should be reached only after the user is created, this should include the confirmed code from email.

Do we have the same expectations on behavior?