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: workos/workos-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.77.0
Choose a base ref
...
head repository: workos/workos-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.78.0
Choose a head ref
  • 5 commits
  • 27 files changed
  • 3 contributors

Commits on Dec 16, 2025

  1. Add authenticationMethod to sealed session (#1417)

    ## Description
    
    ## Documentation
    
    Does this require changes to the WorkOS Docs? E.g. the [API
    Reference](https://workos.com/docs/reference) or code snippets need
    updates.
    
    ```
    [ ] Yes
    ```
    
    If yes, link a related docs PR and add a docs maintainer as a reviewer.
    Their approval is required.
    
    
    <!-- av pr metadata
    This information is embedded by the av CLI when creating PRs to track
    the status of stacks when using Aviator. Please do not delete or edit
    this section of the PR.
    ```
    {"parent":"main","parentHead":"","trunk":"main"}
    ```
    -->
    cmatheson authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    381ffb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. add context7.json to repo (#1421)

    ## Description
    
    This pull request adds a new JSON file, `context7.json`, containing
    configuration details such as a URL and a public key.
    
    Configuration addition:
    
    * Added `context7.json` file with `url` and `public_key` fields for
    external service configuration.
    
    ## Documentation
    
    Does this require changes to the WorkOS Docs? E.g. the [API
    Reference](https://workos.com/docs/reference) or code snippets need
    updates.
    
    ```
    [ ] Yes
    ```
    
    If yes, link a related docs PR and add a docs maintainer as a reviewer.
    Their approval is required.
    nicknisi authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    2371819 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. feat: enable npm Trusted Publishers (#1422)

    Enables npm Trusted Publishers for secure publishing without manual
    token management.
    
    **Changes:**
    - Update Node version to 24 (required for npm 11+)
    - Add `id-token: write` permission for OIDC authentication  
    - Add `--provenance` flag to publish commands
    - Remove `NODE_AUTH_TOKEN` environment variable (no longer needed)
    
    **Benefits:**
    - More secure authentication using OIDC
    - Cryptographic provenance for published packages
    - No need to manage NPM_TOKEN secrets
    nicknisi authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    efe821c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Add support for feature flags management API (#1420)

    ## Description
    
    - Adds the following methods to support the feature flags management API
      - `listFeatureFlags` (`GET /feature-flags`)
      - `getFeatureFlag` (`GET /feature-flags/:slug`)
      - `enableFeatureFlag` (`PUT /feature-flags/:slug/enable`)
      - `disableFeatureFlag` (`PUT /feature-flags/:slug/disable`)
      - `addFlagTarget` (`POST /feature-flags/:slug/targets/:targetId`)
      - `removeFlagTarget` (`DELETE /feature-flags/:slug/targets/:targetId`)
    - Updates `FeatureFlag` interface to add `tags`, `enabled` and
    `defaultValue` fields
    - Updates `FeatureFlag.description` to be a required field to match the
    API response
    
    ## Documentation
    
    Does this require changes to the WorkOS Docs? E.g. the [API
    Reference](https://workos.com/docs/reference) or code snippets need
    updates.
    
    ```
    [x] Yes
    ```
    
    If yes, link a related docs PR and add a docs maintainer as a reviewer.
    Their approval is required.
    stanleyphu authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    fb6432e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2025

  1. v7.78.0 (#1418)

    ## Description
    
    Includes:
    -  #1417
    - #1420 
    
    ## Documentation
    
    Does this require changes to the WorkOS Docs? E.g. the [API
    Reference](https://workos.com/docs/reference) or code snippets need
    updates.
    
    ```
    [ ] Yes
    ```
    
    If yes, link a related docs PR and add a docs maintainer as a reviewer.
    Their approval is required.
    
    <!-- av pr metadata
    This information is embedded by the av CLI when creating PRs to track
    the status of stacks when using Aviator. Please do not delete or edit
    this section of the PR.
    ```
    {"parent":"main","parentHead":"","trunk":"main"}
    ```
    -->
    cmatheson authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    0e60589 View commit details
    Browse the repository at this point in the history
Loading