Closed hiccup0526 closed 1 year ago
I need logout feature to switch accounts. If there isn't a reason to add logout feature, please tell me how I can logout my current account. Thanks for your reaponse.
Ah, switching accounts -- now that makes a bit more sense.
In current state, is there any way to switch account? I think that is possible if I can delete account info storage.
Yes, you can actually do it a couple ways, but all of them are not very "nice".
, on linux it is in
~/.config/asset-manager-studio` Nuke that folder and it will restart totally clean.--DELETEDB
, however it is possible that your session will be still valid because of the cached html/cookies from the browser instance. I think 1 is probably easier to do, but curious to know your thoughts on this...
See #18, I believe this will solve your issue since you can have multiple data folders, one for each user.
Is there a good reason to add code to support logout?