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

- https://react.dev/blog/2024/04/25/react-19-upgrade-guide#deprecated-react-test-renderer

enhancement

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.1 to 7.8.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies

Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.0.1 to 6.2.2. Release notes Sourced from eslint-plugin-testing-library's releases. v6.2.2 6.2.2 (2024-04-15) Bug Fixes await-async-events: false positives for userEvent.setup() returned (#895) (fb32c5c) v6.2.1 6.2.1 (2024-04-12) Bug Fixes...

dependencies

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.2.1 to 15.0.7. Release notes Sourced from @​testing-library/react's releases. v15.0.7 15.0.7 (2024-05-07) Bug Fixes Ensure act is not any when React.act is not declared (#1323) (c1f2957) v15.0.6...

dependencies

## description I have identified a potential security concern related to the handling of the `client_secret` within a client-side application. Currently, the `client_secret` is included in the client-side code, making...

question

coming with oidc-client-ts v3.1

When I'm trying to visit a url which has a code as a query param then authentication is failing and giving this error. Other urls are working fine for ex:...

I have a react application where I have integrated OIDC connect through react-oidc-context referring to installation instructions with some additions. I can Sign the user in the application. Doing so...

question

I am using keycloak for user management, after configuring the oidcSetting, i tried logging in but the auth.isAuthenticated is always false even after i was successfully redirected by keycloak and...

question