Replies: 4 comments 2 replies
-
|
I like this proposal, but being not a security expert, is the browser's local storage a safe place to store a password? |
Beta Was this translation helpful? Give feedback.
-
|
I'm not a security expert either, but I know that storing the password in the localStorage is bad a idea, because it can be accessed by other web pages. I'm suggesting to store it in the sessionStorage, which is only accessible by the page in which the web app runs, and it is automatically cleared when the current page is closed. |
Beta Was this translation helpful? Give feedback.
-
|
Now that #1691 is done, we could actually login and logout from Studio. The session will live up to 30m (configurable) after the last operation. Does this solves the issue? |
Beta Was this translation helpful? Give feedback.
-
|
Implemented in #904! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a couple of related ideas for enhancing the Studio authentication:
I think feature 2 could be implemented rather easily if feature 1 is implemented, but there could be other ways of doing it that are better from a different point of view.
Comments and suggestions are welcome.
Beta Was this translation helpful? Give feedback.
All reactions