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).
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.4.1 to 6.21.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v6.21.0 6.21.0 (2024-02-05) 🚀 Features export plugin metadata (#8331) allow parserOptions.project: false (#8339) eslint-plugin: add rule prefer-find (#8216)...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.1 to 6.4.2. Release notes Sourced from @testing-library/jest-dom's releases. v6.4.2 6.4.2 (2024-02-05) Bug Fixes Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#575)...
As part of the signin flow, I know that the library allows for nonce and state values to be manually specified, like so: ``` signinRedirect({ nonce: GenerateRandom(), // function implementation...
Hey, first: Thanks for this ibrary, makes my life a lot easier. I am using Gitlab as ID provider. Authentication seems to be working fine so far, BUT.. Everytime I...
i'm trying to tigger a dialog after access and refresh tokens are expired, using isAuthenticated is not working as when I first signin to the app it is false and...
- add `auth.error` to auto login to prevent infinite loop when request fails I had this problem when I got a CORS error. Therefore an endless loop was triggered during...
Is it possible that we can **auth** object (specifically **accessToken**) outside of the React component? The real use case would be that in my react project, I have a couple...
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.0.1 to 6.2.0. Release notes Sourced from eslint-plugin-testing-library's releases. v6.2.0 6.2.0 (2023-11-21) Features prefer-presence-queries: support react-native matcher toBeOnTheScreen (#844) (b9fef59) v6.1.2 6.1.2 (2023-11-09) Bug Fixes await-async-events: avoid...
Dears I am using node v 20.xx , "react-router-dom": "^6.21.0", I got Oops... Crypto. Subtle is available only in secure contexts (HTTPS) when I deployed on server . ![Screenshot 2023-12-17...