Hi, i am trying to pass a parameter from my front to my backend when i do google authentication
I am using react and fastapi and i have a query parameter mydomain.com?utm_source=mysource and i want to send it to the backend when i create the user using google auth
Thanks!