Shiv2205 / SOEN_390_Team_20

https://soen-390-team-20.vercel.app/
2 stars 0 forks source link

User data should be stored in app-wide state instead of browser local storage. #41

Closed Shiv2205 closed 6 months ago

Shiv2205 commented 7 months ago

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