oidc-client-ts
                                
                                
                                
                                    oidc-client-ts copied to clipboard
                            
                            
                            
                        OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.41.0 to 7.42.1. Changelog Sourced from @microsoft/api-extractor's changelog. 7.42.1 Fri, 01 Mar 2024 01:10:08 GMT Version update only 7.42.0 Thu, 29 Feb 2024 07:11:45 GMT Minor changes...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
We see in Chrome after PC woke up from sleep: POST /oauth2/token net::ERR_INTERNET_DISCONNECTED [JsonService] postForm: Network error [SilentRenewService] _tokenExpiring: Error from signinSilent: TypeError: Failed to fetch and the library isn't...
Given the following use case: 1. App starts 2. User is not logged in 3. A signin silent with iframe is triggered (and awaited because if it fails, user won't...
Changing HTTP Method from GET to POST for connect/authorize and connect/endsession: Is It Possible?
Is there a way to switch the method from GET to POST when performing connect/authorize and connect/endsession operations?
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.1 to 7.1.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.1.0 7.1.0 (2024-02-26) 🚀 Features eslint-plugin: add *-type-checked-only configs (#8367) eslint-plugin: [naming-convention] support the auto-accessor syntax (#8084) eslint-plugin:...
Addresses/highlights #1360 As per the issue, this is an example of a potential implementation of Demonstrating Proof of Possession (DPoP) to constrain access/refresh tokens to devices. I'm keen on feedback/collaboration...
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.57.0. Release notes Sourced from eslint's releases. v8.57.0 Features 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) dca7d0f feat: Enable eslint.config.mjs...
After logging out `oidc-client-ts` thinks it's still logged in. I suspect that it is hiding data somewhere. The problem continues if I clear all site data (Firefox) but not in...
Hi, In keycloak-js, the silent callback is very simple to implement. Just a few lines of HTML + JavaScript: ``` parent.postMessage(location.href, location.origin); ``` (Source: https://www.keycloak.org/docs/latest/securing_apps/) With oidc-client-ts, this is also...