We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
oidc-client-ts
state_data
SigninRequestArgs
Not able to figure out any way on how to achieve this with react-oidc-context
react-oidc-context
The text was updated successfully, but these errors were encountered:
Can you explain why this is not working?
signinRedirect
user
Sorry, something went wrong.
No branches or pull requests
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 takingstate_data
inSigninRequestArgs
Not able to figure out any way on how to achieve this with
react-oidc-context
The text was updated successfully, but these errors were encountered: