oidc-react icon indicating copy to clipboard operation
oidc-react copied to clipboard

React component to provide OpenID Connect and OAuth2 protocol support. 🌳

Results 67 oidc-react issues
Sort by recently updated
recently updated
newest added

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.36 to 0.23.16. Release notes Sourced from typedoc's releases. v0.23.16 Features Object types will now be pretty printed, #1793. Added support for specifying the tsconfig.json file in...

dependencies
javascript

Hello! I am migrating from a now deprecated oidc client library to this one, and everything has gone smoothly. However, I cannot figure out how to redirect the user to...

React calls useEffect [this one](https://github.com/bjerkio/oidc-react/blob/main/src/AuthContext.tsx#L105) twice in strictMode. It results in error `No matching state found in storage`. I found a solution to fix this by disabling this mode. I...

I had a problem, similar to https://github.com/bjerkio/oidc-react/issues/361 except the PR merged then didn't fix my problem. It turned out that `AuthContext` is being mounted twice when React is in Strict...

I've been using this library with no issues, but I'm wondering how to change one of the read-only settings during the use of my app (ie, after the ```UserManager``` class...

kind/question

Hi, I have a problem with our web app using this `AuthProvider` where its quite easy to get round the authentication control against our oidc backend service. This by adding...

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.6 to 13.4.0. Release notes Sourced from @​testing-library/react's releases. v13.4.0 13.4.0 (2022-09-04) Features renderHook: allow passing of all render options to renderHook (#1118) (27a9584) v13.3.0 13.3.0 (2022-05-28)...

dependencies
javascript

The package `oidc-client-ts` offers a way to pass extra query params to the authorization endpoint. Documentation: [https://authts.github.io/oidc-client-ts/classes/OidcClientSettingsStore.html#extraQueryParams](url)

hi. I clone example-oidc-react but I couldn't find out how you request to get a token. I'm new in auth from the front .please send me an example for request...