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

Could you please add detailed information to the API documentation about all possible errors, their meanings, and how to handle them? At the moment, understanding the differences between `invalid_jwt`, `invalid_session_cookie`,...

## Description Related to https://github.com/workos/workos-node/issues/1130 Passes all tests, however finding errors on building the final package (using current projects typescript version). As iron-session built package specifies one of their types...

On "@workos-inc/node": "^7.33.0" I'm having issues accessing the logout URL. ```ts // Hono cloudflare route .get('/logout', async (c) => { const cookieHeader = c.req.header('cookie') const { sessionCookie } = getWosSessionCookie(cookieHeader)...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v6` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | coana/coana | docker | digest | `74144ed` -> `1e27557` | --- ### Configuration...

## Description This adds support for the Pipes get-access-token endpoint. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ```...

## Description Added the following connection types: ``` CleverOIDC EntraIdOIDC OktaOIDC ``` ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need...

## Overview Version 8 is a major release focused on **universal runtime compatibility** and **API modernization**. The SDK now works seamlessly across Node.js, Deno, Bun, and Cloudflare Workers while removing...

Hi, would it be possible to add device authorization/CLI auth endpoints as methods to the SDK, perhaps to version 8?

SDK event de-serializer: https://github.com/workos/workos-node/blob/b6023aa3296dd0dc508e5bfeb917cad5b0e823e6/src/common/serializers/event.serializer.ts#L26 `flag.created` is not a case, which leads to the `constructEvent` to return undefined In the `undefined` case, our web hook consumer will revoke the webhook event....