Skip to content

Commit a62da43

Browse files
Merge pull request #14 from ayshsandu/main
2 parents 74b828d + 9fa6eac commit a62da43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-express/src/middlewares/bearerAuthMiddleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default function bearerAuthMiddleware(options: McpAuthOptions) {
6464
issuer: string;
6565
};
6666
} = {
67-
jwksUri: endpoints?.jwks ?? `${baseUrl}/oauth2/jwks}`,
67+
jwksUri: endpoints?.jwks ?? `${baseUrl}/oauth2/jwks`,
6868
options: {
6969
audience: options?.audience,
7070
clockTolerance: 60,

0 commit comments

Comments
 (0)