Is there a simple way to do it? Something like sharedMap but for all requests coming from the SAME user?
I can probably create inmemory cache on server side to store some data related to userId from cookie, but was hoping for a easier way.
Use case for this is ensuring one time refreshToken exchange (replay attack protection) during ssr render when multiple routeLoaders do a requests.