Alexey Maslennikov

Results 3 issues of Alexey Maslennikov

The reasoning behind this change is that we need unique user credentials provided in auth profile only for the case when there is no corresponding passport stored in DB and...

Was failing when baseUrl was not set at all (case of `undefined`)

**Description** After upgrade from v0.8.2 to v0.9.3 I noticed breaking behavior. When passing raw strings as path params, they don't get url-encoded. **Reproduction** ```js console.log(defaultPathSerializer('/hello/{slug}', {slug: '/foo?bar'})) // output: /hello//foo?bar...

bug
openapi-fetch