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)