I am trying to create the mechanism of organization invites and when the user is invited I have the invitation token I want to pass it in ctx so I can use it in my database hook, with email and pass signup I was able to send it in ctx.params but on Google signIn I am not being able to pass it, how can I achieve this?
I have tried the onRequest and onSuccess and I was not yet able to do it