-
Notifications
You must be signed in to change notification settings - Fork 51
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: workos/workos-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.78.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 27 files changed
- 3 contributors
Commits on Dec 16, 2025
-
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"} ``` -->
Configuration menu - View commit details
-
Copy full SHA for 381ffb8 - Browse repository at this point
Copy the full SHA 381ffb8View commit details
Commits on Dec 17, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2371819 - Browse repository at this point
Copy the full SHA 2371819View commit details
Commits on Dec 19, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for efe821c - Browse repository at this point
Copy the full SHA efe821cView commit details
Commits on Dec 22, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for fb6432e - Browse repository at this point
Copy the full SHA fb6432eView commit details
Commits on Dec 24, 2025
-
## 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"} ``` -->
Configuration menu - View commit details
-
Copy full SHA for 0e60589 - Browse repository at this point
Copy the full SHA 0e60589View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.77.0...v7.78.0