@mastra/auth-workos 0.10.6 → 0.10.7-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/README.md +0 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/auth-workos
|
|
2
2
|
|
|
3
|
+
## 0.10.7-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies []:
|
|
10
|
+
- @mastra/auth@0.1.3
|
|
11
|
+
|
|
3
12
|
## 0.10.6
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -72,7 +72,3 @@ Verifies a JWT token using WorkOS JWKS and returns the user information if valid
|
|
|
72
72
|
### `authorizeUser(user: WorkosUser): Promise<boolean>`
|
|
73
73
|
|
|
74
74
|
Checks if a user has admin privileges by verifying their organization memberships and roles.
|
|
75
|
-
|
|
76
|
-
## License
|
|
77
|
-
|
|
78
|
-
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/auth-workos",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7-alpha.0",
|
|
4
4
|
"description": "Mastra WorkOS Auth integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"tsup": "^8.5.0",
|
|
30
30
|
"typescript": "^5.8.3",
|
|
31
31
|
"vitest": "^3.2.4",
|
|
32
|
+
"@internal/types-builder": "0.0.14",
|
|
32
33
|
"@internal/lint": "0.0.39",
|
|
33
|
-
"@mastra/core": "0.
|
|
34
|
-
"@internal/types-builder": "0.0.14"
|
|
34
|
+
"@mastra/core": "0.17.0-alpha.4"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"dist",
|