project-zot / zui

UI for zot registry
Apache License 2.0
13 stars 21 forks source link

zui: incorrect logout with basic auth - the session cookie remains after logout #362

Closed andaaron closed 1 year ago

raulkele commented 1 year ago

Caused by project-zot/zot#1632 , because zot logout endpoint could not be hit in specific circumstances, causing weird dangling session cookie behavior in zui. Should retest zui behavior after project-zot/zot#1632 is closed

andaaron commented 1 year ago

This issue doesn't reproduce with the code in https://github.com/project-zot/zot/pull/1639. It is likely fixed by https://github.com/project-zot/zot/issues/1632.