You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the fork I'm using for cookie authentication, I'm fairly new to OpenAPI stuff, so just assume where cookies can only been taken from security relative sections.
OpenAPI 3.0 has support for describing cookie authentication, it's a type of
apiKey
within: cookie
.Since HTTP Snippet also support
cookies
, can we just leverage thecookies
over here.openapi-snippet/openapi-to-har.js
Lines 41 to 50 in b999cd0
Here's the fork I'm using for cookie authentication, I'm fairly new to OpenAPI stuff, so just assume where cookies can only been taken from security relative sections.
Test Input
Output
The text was updated successfully, but these errors were encountered: