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.73.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.74.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 13, 2025

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

Commits on Nov 19, 2025

  1. Add ability to resend invitation (#1387)

    Toward AUTH-5512.
    
    ## Description
    
    This adds support for the new resend invitation endpoint.
    
    It can be used like this:
    
    ```js
    await workos.userManagement.resendInvitation(
      'invitation_01E4ZCR3C56J083X43JQXF3JK5',
    );
    ```
    
    ## 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.
    
    https://github.com/workos/workos/pull/47145
    antn authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    9ba9795 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Add passkey authentication events (#1392)

    ## Description
    
    A bug in our API prevented these from being returned but also we are
    missing them from the types in this library. The API bug has been fixed
    and this fixes the SDK.
    
    ## 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.
    ericroberts authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e488ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0067d5 View commit details
    Browse the repository at this point in the history
Loading