oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications

Results 217 oidc-client-ts issues
Sort by recently updated
recently updated
newest added

Hello, since the last update from 2.0.4 to 2.0.5 i'm getting the following error in my react web application after calling signInRedirectCallback(). Reverting back to 2.0.4 seems to work fine....

question

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

(Written with react-oidc-context in mind, but the root cause is probably in oidc-client-ts.) Currently, there is no "proper" way to get a valid access token with the `UserManager`. * `(await...

question

When a user has multiple tabs of an application open, and the refresh token is stored in either the session- or the local storage, both windows will try to use...

bug
help wanted

Hi! I' trying to use this lib with Capacitor, any idea of how to override the popup open event for authentication? I want to use the Capacitor Browser plugin instead...

documentation
help wanted
Capacitor

When using `oidc-client-ts` in an Angular application, the following warning is raised: > Warning: node_modules/oidc-client-ts/dist/esm/oidc-client-ts.js depends on 'crypto-js/enc-base64.js'. CommonJS or AMD dependencies can cause optimization bailouts. > For more info...

enhancement
dependencies

The clock service was removed for (unknown to me) reasons. A clock service (and accompanying serverside time API) is _required_ for large scale applications as incorrect user clocks are not...

enhancement

On my front end application, I try to observe what is happening regarding authentication. So I use the following code in a root component that is the direct child of...

question

For a project I need to implement OIDC with code flow and pkce and on this projects readme it says that it is supported. But i can't find any settings...

documentation
help wanted

Introduces leader election for concurrent token refresh requests. This adds a new dependency (broadcast-channel) which takes care of the election process. Closes #430

bug