[pull] main from AxaFrance:main#1
Open
pull[bot] wants to merge 483 commits into
Open
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.1.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…er (#1320) (release) Co-authored-by: Mees van Dongen <mees.vandongen@edsn.nl>
* feat(dpop): add extras (alpha) * udpate readme
* feat(oidc): control dpop injection * fix (alpha)
…y params (#1640) (release) * Initial plan * Fix null values in extras encoded as literal "null" string Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
* Initial plan * Fix: reload user info stuck at Loading - use useRef for oidcPreviousUserId Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> * Fix lint: remove unused React import; fix test: await reloaded user data Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
… API calls (#1643) (release) * Initial plan * fix: inject bearer token when allowMultiTabLogin is true and no auth header present Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> * docs: clarify that allowMultiTabLogin requires OIDC fetch wrapper for API calls Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
…) (release) * Initial plan * Fix service worker version mismatch infinite loop Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
…g the auth flow state separately to tokens (#1646) (release) * Add a 'login_state_storage' option to allow storing the auth flow state in a separate storage location to tokens * Fix linting/prettier errors
…t indefinite fetch blocking (#1654) (release) * Initial plan * fix: add timeout to service worker token renewal wait loop to prevent indefinite blocking Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/105842f5-c410-4bf7-8a9e-29e8abd14605 Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> * Update packages/oidc-client-service-worker/src/OidcServiceWorker.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * refactor: introduce pollIntervalMs constant to eliminate duplicated magic number in token wait loop Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/9373b4b4-0dda-423c-a5bd-4bba8b6874f2 Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> * refactor: extract waitForValidTokens helper, add unit tests, clean French comments Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/3a4db321-6447-46a7-9d3a-fd492ce7c4a2 Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> * fix: resolve prettier lint errors in OidcServiceWorker.ts and waitForValidTokens.spec.ts Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/aef4dfe7-3b7e-462b-aee8-3dd7432c9e20 Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> Co-authored-by: Guillaume Chervet <guillaume.chervet@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…alls (#1655) (release) * Initial plan * fix: cache navigator.serviceWorker.register to prevent infinite calls per session Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/39857db9-4f77-4326-bf37-c5840cfccf59 Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/bb2a602c-26d1-484d-9297-e7f88ec0d87a Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
#1657) Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/ae74946f-abdc-4fd8-85b3-f7bcea07d00f Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/cfced9d8-6d28-4ce4-9969-e891320d9995 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
* Update workspace dependencies Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/a16aa964-48d7-42e3-bfac-9bc6e1529354 Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> * Fix demo website CI Node version Agent-Logs-Url: https://github.com/AxaFrance/oidc-client/sessions/6bb881d1-127d-43b2-803b-3d670bed2007 Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )