Skip to content

feat: CORS Configuration Middleware#232

Merged
LaGodxy merged 2 commits into
MettaChain:mainfrom
dreamgene:feat/cors-middleware-215
Mar 29, 2026
Merged

feat: CORS Configuration Middleware#232
LaGodxy merged 2 commits into
MettaChain:mainfrom
dreamgene:feat/cors-middleware-215

Conversation

@dreamgene
Copy link
Copy Markdown
Contributor

Implements secure CORS middleware.

  • Environment-based origin control
  • Preflight handling
  • Credentials support
  • Secure production configuration

closes #215

Explanation:
Ensures secure and flexible frontend-backend communication.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Mar 29, 2026

@dreamgene Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@dreamgene dreamgene marked this pull request as ready for review March 29, 2026 12:50
@LaGodxy LaGodxy merged commit 72a40a5 into MettaChain:main Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CORS Configuration Middleware for Cross-Origin Requests

2 participants