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
Expected result:
You can successfully log out and authorize again
Actual result:
Authorization after log out is failed
It seems that log out functionality does not flushes authorization code received after successful auth. When you log out and logging in again token request sent again with the same code, not with the new one.
The text was updated successfully, but these errors were encountered:
This is likely an issue with swagger-ui (which is a dependency of this module). I can see a similar issue here but don't see a solution swagger-api/swagger-ui#3368
Steps to reproduce:
Expected result:
You can successfully log out and authorize again
Actual result:
Authorization after log out is failed
It seems that log out functionality does not flushes authorization code received after successful auth. When you log out and logging in again token request sent again with the same code, not with the new one.
The text was updated successfully, but these errors were encountered: