Access Level Security Improvement #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.