Access Level Security Improvement #8

Open
opened 2025-02-27 13:24:54 +00:00 by boris · 0 comments
Owner

Access Level is currently determined by User.php using SetAccessLevel using session storage. This is insecure and could be modified by the user.
Login information could be solved by using websockets to ensure the logged in user is properly authenticated, rather than purely authorised. Alternatively, simple session tokens using JS could be used to save time.

Access Level is currently determined by User.php using SetAccessLevel using session storage. This is insecure and could be modified by the user. Login information could be solved by using websockets to ensure the logged in user is properly authenticated, rather than purely authorised. Alternatively, simple session tokens using JS could be used to save time.
boris added the
enhancement
label 2025-02-27 13:24:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: boris/Ecobuddy#8
No description provided.