seriousme / fastify-openapi-glue

A plugin for the Fastify webserver to autogenerate a Fastify configuration based on a OpenApi(v2/v3) specification.
MIT License
202 stars 34 forks source link

fix: add warning for OpenAPI v3 cookie parameters #523

Closed seriousme closed 10 months ago

seriousme commented 10 months ago

This PR ensures that Fastify-openapi-glue will give a warning on cookie parameters in an OpenAPI v3 spec as cookie validation is currently not supported in Fastify.