react-oidc-context
react-oidc-context copied to clipboard
How to get custom "state" which can be used by a caller to have "data" round tripped
If the user is not logged in there is some meta that I want to persist when the user lands back on the application post login.
oidc-client-ts supports this by taking state_data in SigninRequestArgs
Not able to figure out any way on how to achieve this with react-oidc-context