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 43cf7ec commit 0c7f009Copy full SHA for 0c7f009
packages/mcp-express/src/McpAuthServer.ts
@@ -18,7 +18,7 @@
18
19
import {McpAuthOptions} from '@asgardeo/mcp-node';
20
import {Router, RequestHandler} from 'express';
21
-import bearerAuthMiddleware from './middlewares/protected-route';
+import bearerAuthMiddleware from './middlewares/bearerAuthMiddleware';
22
import AuthRouter from './routes/auth';
23
24
export class McpAuthServer {
0 commit comments