/api/change-access-code does not require authentication, meaning anyone understanding the API logic can potentially change the access code. Similarly, right now, we can access the /manage pages via URL instead of through /manage-login.
Note
We'll address this later, after completing the change access code functionality.
Problem
/api/change-access-code
does not require authentication, meaning anyone understanding the API logic can potentially change the access code. Similarly, right now, we can access the /manage pages via URL instead of through /manage-login.Note
We'll address this later, after completing the change access code functionality.