We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b828d commit 9fa6eacCopy full SHA for 9fa6eac
packages/mcp-express/src/middlewares/bearerAuthMiddleware.ts
@@ -64,7 +64,7 @@ export default function bearerAuthMiddleware(options: McpAuthOptions) {
64
issuer: string;
65
};
66
} = {
67
- jwksUri: endpoints?.jwks ?? `${baseUrl}/oauth2/jwks}`,
+ jwksUri: endpoints?.jwks ?? `${baseUrl}/oauth2/jwks`,
68
options: {
69
audience: options?.audience,
70
clockTolerance: 60,
0 commit comments