We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0260c commit 3ab6aa9Copy full SHA for 3ab6aa9
1 file changed
packages/express/src/internal/buildAuthorization.ts
@@ -15,7 +15,7 @@ export function buildServiceAuthorization(
15
issuer: opts.issuer,
16
audience: opts.audience,
17
serviceSecret: opts.serviceSecret,
18
- keyId: opts.jwksKid,
+ keyId: opts.jwksKid || "dev-main",
19
});
20
21
return `Bearer ${token}`;
0 commit comments