authJavaScriptAuthMediumWhich is a common approach for secure authentication in JS applications?1Token-based authentication with JWTs validated on the server, over HTTPS2Storing plaintext passwords in cookies3Trusting client-side validation only4Sending credentials in the URLBack to list