Skip to content

[pull] main from AxaFrance:main#1

Open
pull[bot] wants to merge 483 commits into
Thodor12:mainfrom
AxaFrance:main
Open

[pull] main from AxaFrance:main#1
pull[bot] wants to merge 483 commits into
Thodor12:mainfrom
AxaFrance:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Jul 2, 2024

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 : )

dependabot Bot and others added 30 commits March 7, 2024 19:51
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)
GitHub and others added 30 commits February 21, 2026 10:56
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.