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

The [hook descibed in the guides](https://github.com/bjerkio/oidc-react/blob/main/guides/HOOKS.md) does not work (any more?) as it is documented. I called: ``` const auth = useAuth(); ``` This is the result of `auth`, and...

I'm trying to work with the Slack Open ID and have run into an issue; they're not serving the proper CORS headers on their discovery endpoint https://slack.com/.well-known/openid-configuration The project that...

Hi team, I'm currently working with this library. I have and assigment that I have to do unit testing to my components. How can I inject a user to ?

In v1.5.1, there was a change introduced here to check that `AuthContext` is defined: https://github.com/bjerkio/oidc-react/pull/576. It's a reasonable change, but it causes an issue for us. We explicitly avoid rendering...

If any error occurs in Authentication Response, AuthContext skip **hasCodeInUrl** and enters in a loop calling userManager.signinRedirect() every time. Maybe **hasCodeInUrl** should be parse error parameter as specified in the...

impact/usability
size/M

Makes sense to re-export this for users who need access to it.

kind/enhancement
impact/usability
good-first-issue
size/S

I'm getting a React no-op error on some pages and the stack trace points to `useAuth`. Need to look into this.

impact/reliability
kind/engineering
resolution/no-repro

After #363 and #479 we've lost some test coverage. We should aim to hit 100% again, this issue tracks that!

kind/enhancement
impact/reliability

Bumps [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli) from 26.6.3 to 29.2.0. Release notes Sourced from jest-cli's releases. v29.2.0 Features [@jest/cli, jest-config] A seed for the test run will be randomly generated, or set by a...

dependencies
javascript

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. Release notes Sourced from actions/setup-node's releases. Update @​actions/core and Print Node, Npm, Yarn versions In scope of this release we updated actions/core to 1.10.0....

dependencies
github_actions