We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30eda9 commit f136e98Copy full SHA for f136e98
1 file changed
server/src/index.ts
@@ -789,7 +789,6 @@ app.get("/config", originValidationMiddleware, authMiddleware, (req, res) => {
789
});
790
791
// OAuth Proxy Endpoints - for routing OAuth requests through the proxy to avoid CORS issues
792
-app.use(express.json()); // Ensure JSON body parsing is enabled
793
794
/**
795
* Proxy endpoint for OAuth Authorization Server Metadata Discovery
0 commit comments