Why does the gotrue endpoint callback return the auth as a fragment?
I'm currently trying to extend the supabase-gotrue-kt library to handle provider login. With Email login I can login server side and then create a cookie which I can check in an Interceptor Server Side.
When logging in with google I don't get a set cookie response header from the supabase server, I just get the url with the jwt stored as server fragment like described here: https://supabase.com/docs/gotrue/server/about#get-callback
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.