Trying to understand the connection between client and server in Tanstack Start
I've been exploring/experimenting with Tanstack Start framework. I mostly have the auth working, however I'm trying to understand why the
Is there something I was supposed to do to connect the auth client with auth server (-side implementation)? Doc's seem to just indicate it should just work as-is.
useSession hook is not working as expected (will not update when authentication happens, will update when logging out with the auth client).Is there something I was supposed to do to connect the auth client with auth server (-side implementation)? Doc's seem to just indicate it should just work as-is.