oidc-client-ts
                                
                                
                                
                                    oidc-client-ts copied to clipboard
                            
                            
                            
                        OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
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....
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...
(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...
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...
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...
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...
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...
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...
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...
Introduces leader election for concurrent token refresh requests. This adds a new dependency (broadcast-channel) which takes care of the election process. Closes #430