Cors
Everything under Quiote\Security\Cors.
Classes
Section titled “Classes”| Class | Description |
|---|---|
CorsMiddleware | Cross-Origin Resource Sharing (CORS) handling. |
CorsPlugin | Registers CorsMiddleware through the generic plugin seam, opt-in via cors.enabled (the middleware itself no-ops when it’s false, so simply installing this package doesn’t turn CORS on for every app). |