Open
Description
Q&A (please complete the following information)
- OS: macOS
- Browser: chrome, safari
- Version: chrome 71.0, safari 11.1.2
- Method of installation: dist assets
- Swagger-UI version: 3.18.3
- Swagger/OpenAPI version: OpenAPI 3.0
Describe the bug you're encountering
It seems that log out functionality does not flushes authorization code received after successful Oauth2 log in. When you log out and logging in again token request sent again with the same code, not with the new one.
To reproduce...
- Authorize with Oauth2 Authorization Code flow
- Press Log Out
- Try to authorize again
Expected behavior
You can successfully log out and authorize again with Authorization Code flow