workos-node icon indicating copy to clipboard operation
workos-node copied to clipboard

Official Node SDK for interacting with the WorkOS API

Results 58 workos-node issues
Sort by recently updated
recently updated
newest added

## Description Now that we'll be supporting v18+ of Node, we no longer need the `NodeCryptoProvider`. **Note:** At some point I re-introduced package-lock.json into this branch, so this PR also...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [jose](https://redirect.github.com/panva/jose) | [`~5.6.3` -> `~5.10.0`](https://renovatebot.com/diffs/npm/jose/5.6.3/5.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jose/5.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jose/5.6.3/5.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

Hi, We are using the Node SDK in our nextjs application. We are running into issues in relation to refreshing the tokens in middleware. Basically, when using something like tanstack...

node_modules/iron-session/node_modules/cookie iron-session =7.15.0 Depends on vulnerable versions of iron-session

# Client ID missing from Session object when trying to call getLogoutUrl ## Overview I put together a barebones Cloudflare Workers script to begin developing with WorkOS AuthKit. This error...

If not already in pipeline (or if I've missed this in the documentation for authkit), it would be great to be able to configure the search param value for `prompt`...

Every time we validate a session token, it makes a request to WorkOS's infra to get the same value from their systems to validate the token. On our end, we...

enhancement

Calling `workos.userManagement.getUserIdentities()` can return an identity including: ```json { "idpId": "########", "type": "OAuth", "provider": "GithubOAuth" }, ``` The Typescript type is `"AppleOAuth" | "GoogleOAuth" | "GitHubOAuth" | "MicrosoftOAuth"` (note the...

Periodically, with every call to `workos.userManagement.authenticateWithRefreshToken`, I encounter this error. It'd be great to understand where it's coming from and fix it. Active discussion is here: https://github.com/workos/authkit-nextjs/issues/28 How to reproduce:...

AFAIK it is not possible to sign in to a specific organization. (unless you use `provider: "authkit"` which we don't want to use right now, we are using a custom...