react-oidc-context icon indicating copy to clipboard operation
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).

Results 167 react-oidc-context issues
Sort by recently updated
recently updated
newest added

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...

question

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...

question

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...

question

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...

question

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...

question
Google Identity

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...

bug
help wanted

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...

question

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....

question

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...

question

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() ),...

question