Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ForgeRock/ping-javascript-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ForgeRock/ping-javascript-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: justin_well-known
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 71 files changed
  • 2 contributors

Commits on Feb 11, 2026

  1. feat(journey-client): wellknown-endpoint-config-support

    Re-implement well known configuration and abstract into reusable package
      - Remove internal re-export file (wellknown.api.ts)
      - Import directly from source packages in internal modules
      - Keep consumer-facing exports in types.ts as the single public API
      - Add IPv6 localhost comment explaining design decision
      - Remove redundant inline comments (JSDoc is sufficient)
    
      Add framework-agnostic wellknown configuration fetching to sdk-oidc,
      following the architectural principle that sdk-effects packages are
      pure building blocks while *-client packages own RTK integration.
    
      Changes:
      - Add pure fetchWellknownConfiguration() effect to sdk-oidc
      - Create local wellknown.api.ts in journey-client, davinci-client
      - Update oidc-client with its own wellknown RTK integration
      - Each client wraps the pure effect in RTK Query BaseQueryFn
      - Fix vitest/@effect/vitest version compatibility (vitest ^3.2.0)
      - Fix MockInstance type for vitest 3.x compatibility
    
      Architecture:
      - sdk-effects/oidc: Pure async functions, no framework deps
      - *-client packages: Wrap effects in RTK Query BaseQueryFn
    ryanbas21 committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    28bf458 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Configuration menu
    Copy the full SHA
    3df77d2 View commit details
    Browse the repository at this point in the history
Loading