ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
135 stars 85 forks source link

Ruby generator generates invalid code due to Cookie Auth in spec #357

Closed jonas-jonas closed 3 days ago

jonas-jonas commented 1 month ago

The Ruby generator generates broken code, if the spec contains cookie auth, as described here: https://github.com/OpenAPITools/openapi-generator/issues/6959

The fix is, to adjust the templates used by the generator, either by not generating the relevant code, or adding support for cookie auth to the generated SDK.

aeneasr commented 3 days ago

This works now again