jhthorsen / mojolicious-plugin-openapi

OpenAPI / Swagger plugin for Mojolicious
54 stars 44 forks source link

Add support for "Access-Control-Allow-Credentials" #203

Closed potatogim closed 3 years ago

potatogim commented 3 years ago

This PR includes the supporting for Access-Control-Allow-Credentials header.

Signed-off-by: Ji-Hyeon Gim potatogim@potatogim.net

jhthorsen commented 3 years ago

It should be just as easy to add these headers manually in your app, so I'm going to close this as I don't consider it a core feature.