🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mastra/auth-workos

Package Overview
Dependencies
Maintainers
7
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/auth-workos - npm Package Compare versions

Comparing version
1.6.3-alpha.0
to
1.6.3
+6
-0
CHANGELOG.md
# @mastra/auth-workos
## 1.6.3
### Patch Changes
- Added `mapUserToResourceId` to `MastraAuthWorkosOptions` so it can be set directly in the `MastraAuthWorkos` constructor. This maps an authenticated user to a resource id that multi-tenant tool providers use to bucket connected accounts (for example, Composio's `caller-supplied` scope). Previously the option was consumed at runtime but missing from the typed constructor surface, forcing a post-construction property assignment. ([#19144](https://github.com/mastra-ai/mastra/pull/19144))
## 1.6.3-alpha.0

@@ -4,0 +10,0 @@

+8
-8
{
"name": "@mastra/auth-workos",
"version": "1.6.3-alpha.0",
"version": "1.6.3",
"description": "Mastra WorkOS Auth integration",

@@ -32,12 +32,12 @@ "type": "module",

"devDependencies": {
"@types/node": "22.19.21",
"@vitest/coverage-v8": "4.1.9",
"@vitest/ui": "4.1.9",
"@types/node": "22.20.1",
"@vitest/coverage-v8": "4.1.10",
"@vitest/ui": "4.1.10",
"eslint": "^10.4.1",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vitest": "4.1.9",
"@internal/lint": "0.0.113",
"@internal/types-builder": "0.0.88",
"@internal/auth": "0.0.5"
"vitest": "4.1.10",
"@internal/auth": "0.0.6",
"@internal/types-builder": "0.0.89",
"@internal/lint": "0.0.114"
},

@@ -44,0 +44,0 @@ "files": [