Shi Jinghai

Results 2 comments of Shi Jinghai

I met this issue in my development with swagger-ui v5.12.0. I found the reason behind is that the code of the 1st time authorization is stored and not covered by...

OK, I found this issue could be resolved by emptying the payload.auth.code in authorizeOauth2 as following: ``` window.onload = function() { window.ui = SwaggerUIBundle({ url: urlParam, dom_id: '#swagger-ui', deepLinking: true,...