How to handle oAuth redirect in Self hosted solution?
Hello everyone, I have a doubt about the functioning of the redirect in the OAuth flow. Essentially, on the client side, I create the URL towards Google, authorize it, and the redirect is made towards the Supabase server, which creates the user. After that, it redirects to the redirect I have set up, but the redirect happens using the hash instead of the query string (for example, redirecting to my web app /callback#access_token.. etc instead of callback?access_token). How should I configure how the parameters are passed back to my app?