@supabase#0835/auth-helpers-nextjs with Google Auth. This is the flow that's happening after a user logs in with Google:getUser in my gSSP still thinks I'm unauthenticated. What's the most elegant way to immediately be let through to my protected page on the Google callback?onAuthenticated callback in the Supabase JS client I can use to redirect on client after Supabase has parsed the token?