Pre Registration hook not running when creating a Passwordless user

@sidharth.chaudhary
is there any workaround for the time being? Or maybe can you advice me how to solve this use case:

For any created user in Auth0, we need to create a user in our internal DB and associate our internal_user_id with the Auth0 user.

This internal_user_id is then sent inside the JWT in the meta data to the user app. Each request from the app sends the JWT (including the internal_user_id to our servers). This allows to associate each requests from the app to the user who sent it.

(We use Hasura and its Auth0 plugin)

I believe the Per-User Registration hooks were made exactly for this scenario. The problem is that since they don’t work for the OTP connections, it makes it impossible for us to use Auth0 as an authentication provider.

thanks in advance
Jan