Question regarding hooks;
I want to have mandatory phone number + email signup, and have google sing in work at once without extra steps.
The google oidc response cannot return a phone number, so I can't get it from there, I can call the google Peoples API to get the phone number, but then I would need a hook after receiving the OIDC response, before registration finished.
How do I set this flow up in Kratos, because there only seems to be a after registration hook. I can somehow make the phone number mandatory for email sign up but not for oidc?