Hey all.
So with next auth, there seems to be a delay every time the getSession hook is used to make a request, which isn’t a big deal but can be a bit cumbersome when conditionally performing actions based on login state.
Wondering what people are doing to get around this, I’m considering using server components as well as storing the session object in global state and revalidating whenever necessary.
Any other thoughts on how to handle this?