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

Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1. Release notes Sourced from eslint's releases. v8.23.1 Bug Fixes b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills) 734b54e fix: improve autofix...

dependencies

The documentation states that for using this library in an imperative way (e.g. for using with redux) one should configure the `oidc-client-ts` library with the `WebStorageStateStore` option and that the...

documentation

I've to have both MSAL and React OIDC context in the same code base. Based on the host and few other information, I know which IDP I need to use...

question

token_enpoint request fails to fetch response but when I try in postman with same configuration it is working. My index.tsx looks like the below const oidcConfig = { authority: authority_url,...

question

Using this context, how would one go about changing the acr_values in the settings object after someone is authenticated? For example, when an admin user selects a different customer from...

duplicate
question

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.60 to 18.2.63. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.60&new-version=18.2.63)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.1 to 7.1.1. Release notes Sourced from @​typescript-eslint/parser's releases. v7.1.1 7.1.1 (2024-03-04) 🩹 Fixes typescript-eslint: apply ignores to all extended configs passed to config helper function (#8567)...

dependencies

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.41.0 to 7.42.3. Changelog Sourced from @​microsoft/api-extractor's changelog. 7.42.3 Sun, 03 Mar 2024 20:58:12 GMT Version update only 7.42.2 Sat, 02 Mar 2024 02:22:23 GMT Version update...

dependencies

Hi, I use react v18, router v6 and this library. Without router everything works as expected however with router i have this problem that when i try to enter protected...

question