How to handle authentication logic in React/Redux (e.g. OAuth2, OIDC)
Sigiloso
They were after an answer that integrated all of the auth logic in react/redux, but I normally export that logic out into an external TS class and use session storage for JWTs so you can do a silent refresh for OIDC when necessary.