Skip to content

Commit

Permalink
Release 2.1.2: Include projectID header
Browse files Browse the repository at this point in the history
  • Loading branch information
incorbador committed Jul 5, 2024
1 parent e7512c3 commit c776bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corbado/node-sdk",
"version": "2.1.0",
"version": "2.1.2",
"description": "This Node.js SDK eases the integration of Corbado's passkey-first authentication solution.",
"keywords": [
"passkeys",
Expand Down
1 change: 1 addition & 0 deletions src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class SDK {
sdkVersion: process.env.npm_package_version,
languageVersion: process.version,
}),
'X-Corbado-ProjectID': config.ProjectID,
},
});

Expand Down

0 comments on commit c776bb9

Please sign in to comment.