Manual Redirect in Effect for Session Expiry Handling in Client-Side SDK
is there anything particularly wrong with doing a manual redirect to a different page directly in an effect? im building out a client side sdk so there's no server http handling. all my services share the same custom http client who' bearer token and refresh management is handled inside an internal cache. the idea of a session expiry could be encountered in all services making requests with this client and i don't particuarly want to have to repeat the redirect logic everywhere...
