Thanks to visit codestin.com
Credit goes to github.com

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.70.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.71.0
Choose a head ref
  • 4 commits
  • 22 files changed
  • 3 contributors

Commits on Sep 30, 2025

  1. Add Salesforce OAuth as an authentication provider (#1361)

    ## Description
    
    We are rolling out support for Salesforce OAuth. This adds it to the
    list of providers.
    
    ## 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.
    antn authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    b6023aa View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. add locale to user (#1363)

    ## Description
    
    adds `locale` to the User object, adds support for updating User locale
    
    ## 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.
    stacurry authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    0154166 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Add GET /user_management/users/:id/feature-flags support (#1364)

    ## Description
    
    - Add GET /user_management/users/:id/feature-flags support with a
    `listFeatureFlags` method on the users module
    
    ## 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 Oct 9, 2025
    Configuration menu
    Copy the full SHA
    9531fa8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. bump to version 7.71.0 (#1367)

    ## Description
    version bump that includes:
    - #1361
    - #1363
    - #1364
    
    ## 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.
    stacurry authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    8562bb9 View commit details
    Browse the repository at this point in the history
Loading