I am implementing a Next.js frontend and a Hono BetterAuth backend server.
In my Next.js frontend, I will use the authClient.signIn.email() function in client component. However, after the signin request is made, the authClient does not automatically store the session data.
What is the appropriate implementation for this stack?