arcadedb icon indicating copy to clipboard operation
arcadedb copied to clipboard

Studio logout is absent

Open tolgaulas opened this issue 2 years ago • 2 comments

ArcadeDB Version:

23.6.1

OS and JDK Version:

debian 11 - jdk 17

Expected behavior

If you refresh the studio page, the login page appears. A current user info on studio interface should be present with logout feature and the user session can be persistent until logout or expire.

Actual behavior

If you refresh the http://server:2480 address, the login reappears. Its better to keep the user until logout or session expire.

tolgaulas avatar Aug 10 '23 20:08 tolgaulas

We already have some requests here to improve the login/session management. Right now the session is not saved in the browser, but cookies/local database would work.

lvca avatar Aug 11 '23 22:08 lvca

As a temporary measure, I could add a button to studio just reloading the page and thus requiring a login again?

gramian avatar Sep 28 '23 17:09 gramian