How to know if authenticated in next client component?
const { isAuthenticated } = useConvexAuth();
console.log("isAuthenticated", isAuthenticated); // always false
I setup the auth with google, and I'm able to successfully go through the oauth flow and redirect back to my app.
