react-oidc-context
react-oidc-context copied to clipboard
Lightweight auth library based on oidc-client-ts for React single page applications (SPA). Support for hooks and higher-order components (HOC).
Hi, I am trying to use react-oidc-context with my Idp and wanted to store the tokens in the Cookie Storage. I saw there are options in the `oidcConfig` with which...
Hey, today I was implementing OIDC using your library. In this process, I think I came across a typo in one of the examples. In the "automatic sign-in" section it...
Hello! Thanks for your libraries! I'm having some difficulty with getting Single Sign Out to work with a React app. At first I was experimenting with `oidc-client-ts`, and ran into...
Hi I'm trying to use this library in a Next.js project. Currently we are using the pages directory. I have no problem to receive the session data on the client...
I've logged in successfully using Google SSO, but when using `auth.signoutPopup()` I get logged out from all websites and from all Gmail accounts logged in at the moment. Is there...
I am trying to put a Provider with the redux store as a child component inside the AuthProvider. This doesn't seem to be supported in this package? Is there a...
Hello, I'm trying to use this library in my project. When the user logs out from a tab I would like to log him out of all tabs. For this...
Hi I understand this is a wrapper library for the oidc-client-ts. However if i run my reactjs application under the root i.e. https:\\localhost\ the sign in works as expected i.e....
Hello, I am trying to implement token refresh, and I have tried to add an event listener on addAccessTokenExpiring, but it never gets fired. It does not seem like the...
Hello guys, I'm quite newbie with oidc and I have an issue that I dont understand. On Safari, when a user click on the "Logout" button (wich use signoutSilent() ),...