react-oidc-context
react-oidc-context copied to clipboard
Keycloak issue with init
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 })
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
This package, react-oidc-context, is meant to be used with oidc-client-ts.
Not the Keycloak JavaScript adapter, which your snippet seems to be using.