Reasons why client-side authentication is a bad idea. — So what is actually client-side authentication? To put it in a simple way, the user’s side is actually doing the authentication and not the server. Modern days, authentication requests are sent to the server, and the server uses that information to authenticate the user. How does one do client-side authentication? Simple, you can just use JavaScript…