Skip to content

Commit 20e120b

Browse files
enisdenjogithub-actions[bot]Copilottheguild-bot
authored
Move jwt-auth plugin from Mesh Compose (#1057)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]> Co-authored-by: theguild-bot <[email protected]>
1 parent e6dfbcd commit 20e120b

File tree

15 files changed

+1814
-17
lines changed

15 files changed

+1814
-17
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-hive/gateway': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/plugin-jwt-auth@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-jwt-auth/v/workspace:^) (from `^1.5.0`, in `dependencies`)

.changeset/sixty-peas-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-mesh/plugin-jwt-auth': patch
3+
---
4+
5+
No code changes, the plugin has been moved from Mesh Compose to Hive Gateway

e2e/hmac-auth-https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@graphql-hive/gateway": "workspace:^",
1212
"@graphql-mesh/compose-cli": "^1.4.1",
1313
"@graphql-mesh/hmac-upstream-signature": "workspace:^",
14-
"@graphql-mesh/plugin-jwt-auth": "^1.5.0",
14+
"@graphql-mesh/plugin-jwt-auth": "workspace:^",
1515
"graphql": "^16.10.0",
1616
"graphql-yoga": "^5.13.4"
1717
}
0 Bytes
Binary file not shown.

examples/hmac-auth-https/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hmac-auth-https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-hive/gateway": "^1.13.6",
1616
"@graphql-mesh/compose-cli": "^1.4.1",
1717
"@graphql-mesh/hmac-upstream-signature": "^1.2.27",
18-
"@graphql-mesh/plugin-jwt-auth": "^1.5.0",
18+
"@graphql-mesh/plugin-jwt-auth": "^1.5.3",
1919
"graphql": "^16.10.0",
2020
"graphql-yoga": "^5.13.4"
2121
},

internal/e2e/src/tenv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export function createTenv(cwd: string): Tenv {
533533
'node',
534534
// use next available port when starting inspector (note that this does not start inspect, this still needs to be done manually)
535535
// it's not set because in JIT mode because it does not work together (why? no clue)
536-
// args.includes('--jit') ? null : '--inspect-port=0',
536+
args.includes('--jit') ? null : '--inspect-port=0',
537537
'--import',
538538
'tsx',
539539
path.resolve(__project, 'packages', 'gateway', 'src', 'bin.ts'),

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@graphql-mesh/plugin-deduplicate-request": "^0.104.0",
7373
"@graphql-mesh/plugin-http-cache": "^0.105.2",
7474
"@graphql-mesh/plugin-jit": "^0.2.0",
75-
"@graphql-mesh/plugin-jwt-auth": "^1.5.0",
75+
"@graphql-mesh/plugin-jwt-auth": "workspace:^",
7676
"@graphql-mesh/plugin-mock": "^0.105.0",
7777
"@graphql-mesh/plugin-opentelemetry": "workspace:^",
7878
"@graphql-mesh/plugin-prometheus": "workspace:^",

0 commit comments

Comments
 (0)