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).
- add troubleshooting section (howto get a good log, ...) in README.md - add issue template (versions, known working versions, logging, ...)
 after upgrading there is a mismatch between the 2 types of usersettings and authprovider props because of of the following change `export declare interface AuthProviderUserManagerProps extends Omit { redirect_uri?:...
The method auth.removeUser() does not end the session completely. When I call auth.signoutRedirect() and confirm the signout, the session cookie in my browser AND the session on my oidc server...
Directly after installing react-oidc-context and oidc-client-ts I'm getting a warning after npm start. The warning is: Compiled with problems: WARNING in shared module oidc-client-ts -> C:\Users\btrautmann\workspace\timnet-ui\node_modules\oidc-client-ts\dist\esm\oidc-client-ts.js No version specified and...
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.6.3 to 5.7.0. Release notes Sourced from eslint-plugin-testing-library's releases. v5.7.0 5.7.0 (2022-09-23) Features no-node-access: report childElementCount prop (#650) (3463a2c) v5.6.4 5.6.4 (2022-09-13) Bug Fixes no-wait-for-side-effects: false positive...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.36.2 to 5.38.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.38.0 5.38.0 (2022-09-19) Features website: add warning on top of formatting rule docs pages (#5598) (5dfa2e9) v5.37.0 5.37.0...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.2 to 5.38.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.38.0 5.38.0 (2022-09-19) Features website: add warning on top of formatting rule docs pages (#5598) (5dfa2e9) v5.37.0 5.37.0...
i try to clone your example code but actually i get error in npm install
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.8.3. Release notes Sourced from typescript's releases. TypeScript 4.8.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
My IDP supports Refresh token. Does `SigninSilent` uses an iframe to renew tokens or use the refresh token to fetch new tokens? If SigninSilent uses an iframe, Will the whole...