Open JonMoore46 opened 2 years ago
Not familiar with this setting however setting it through to swaggerOptions should work
I think I have the same question, I want to enable authenticated requests in the "Try it out". Right now it's not sending my bearer auth info when I "Execute". I tried the withCredentials: true as well.
any update ?
any update about this?
As far as I can tell it should be possible to now enable auth cookies to be sent with requests via swagger-ui - https://github.com/swagger-api/swagger-js/issues/1163.
However I can't seem to work out how to enable this.
I have tried
Then in my main app.js file
But with no luck and can't seem to figure it out.
Any help appreciated.