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
When i use init im using two parameters how can i acheive on this
keycloakInstance.init({ onLoad: "check-sso", checkLoginIframe: false })
i want to know how can i use this two
({ onLoad: "check-sso", checkLoginIframe: false })
The text was updated successfully, but these errors were encountered:
Im using keycloak on my react web app i want to share the credential to my chrome extension also ..so how can i acheieve that with this package
Sorry, something went wrong.
This package, react-oidc-context, is meant to be used with oidc-client-ts.
react-oidc-context
Not the Keycloak JavaScript adapter, which your snippet seems to be using.
No branches or pull requests
When i use init im using two parameters how can i acheive on this
keycloakInstance.init({ onLoad: "check-sso", checkLoginIframe: false })
i want to know how can i use this two
({ onLoad: "check-sso", checkLoginIframe: false })
The text was updated successfully, but these errors were encountered: