Can react-query replace next-auth?
Hello, a while back, I posted an issue with that happened only when using suspense from react-query and next-auth together. I am wondering if something like what next-auth does is possible? what I mean by that is next-auth keeps the
cookie across tabs and when you log out in one of the tabs also logs you out in all the others ones. My current flow is this, I have a backend that I call gives me a response, and next-auth saves the cookie and some information in the session, so now since this is causing issue and I have a lot of data, instead of loader would like to use suspense or getServerSideProps to avoid all the loaders in the page0 Replies