Pergunta de entrevista da empresa Smokeball

How to handle authentication logic in React/Redux (e.g. OAuth2, OIDC)

Resposta da entrevista

Sigiloso

9 de jul. de 2018

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.