You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "James Muehlner (Jira)" <ji...@apache.org> on 2022/11/29 18:50:00 UTC

[jira] [Created] (GUACAMOLE-1721) Stop storing unnecessary data in local storage

James Muehlner created GUACAMOLE-1721:
-----------------------------------------

             Summary: Stop storing unnecessary data in local storage
                 Key: GUACAMOLE-1721
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1721
             Project: Guacamole
          Issue Type: Improvement
          Components: guacamole-client
            Reporter: James Muehlner


We're currently storing the following data in local storage:
 * Auth token
 * Username
 * Data source that the user came from
 * All available data sources

Of all of these, only the auth token needs to be stored in local storage; the authentication call is made on every page load, so the username and datasource information could be just be stored in memory.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)