Idiom for keeping user state during login with react-aad-msal

181 views Asked by At

I'm using react-aad-msal and need to keep some state from before to after the login. Normally with Azure AD I would pass the state that I need to persist across login in the userState parameter but this is not implemented in react-aad-msal. With such a popular library, I can't possibly be the only one who needs to persist state across a login. What is a good idiom for persisting state across the re-direct cycles?

0

There are 0 answers