Hey there! I'm new to front-end development and I have a question. Can JavaScript alone be used to manage user authorities? I'm interested in creating a Student Management System with login features where the admin can add, delete, and update student data, while other users can only log in and read information. Is this functionality possible on the client-side, or does it need to be done server-side?