mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-10 15:54:18 +00:00
* add withCredentials to the configuration 1. `withCredentials` in Request is `false` default 2. if want to set the `withCredentials` as `true` (for CORS request), instance `Configuration` object and set the `withCredentials` as `true`. * simplify the code according to the code review