[Symfony] [spec 3.0] No support for API keys in Cookies
Created by: Addvilz
Description
Symfony code generator lacks support for API keys in cookies as per 3.0+ spec.
In addition to that, generated code does not fail gracefully either, instead just skipping the definition of the variable. That leads to runtime errors if left unchecked.
openapi-generator version
Affects all (issue is present in master and 4x)
Suggest a fix/enhancement
Fix should be trivial to implement in the template directly, but I have yet to confirm that in reality.
I will open a PR on this issue as soon as I get a chance (tomorrow or in next couple of days).