User data, received from server when a user logs in, is currently being stored in the browser's local storage. Since the local storage is accessible from the client-side this method causes security issues, as the user can view and modify data such as account_type. I have already created a webhook to store app-wide state. However, Nav bar (issue #39 ) needs to be fixed first
User data, received from server when a user logs in, is currently being stored in the browser's local storage. Since the local storage is accessible from the client-side this method causes security issues, as the user can view and modify data such as
account_type
. I have already created a webhook to store app-wide state. However, Nav bar (issue #39 ) needs to be fixed first