Hello, I hope you are having a good day.
I have a question about the recipe "Email password + Social Login":
When doing a registration/login with google, for example, I need to send some parameter to the backend sdk to differentiate what type of user it is (doctor, patient).
I tried some solutions like using getAuthorisationURLWithQueryParamsAndSetState and trying to embed this differentiator parameter in the userContext attribute, but nothing worked.
From already thank you very much.