Comment by apt-get 7 days ago basic auth is secure, if used in combination with TLS. 1 comment apt-get Reply shakna 6 days ago Unfortunately, that only takes care of one of the vulnerabilities that comes with basic auth.As basic auth sends the header for every single request, it is also vulnerable to CSRF attacks.
shakna 6 days ago Unfortunately, that only takes care of one of the vulnerabilities that comes with basic auth.As basic auth sends the header for every single request, it is also vulnerable to CSRF attacks.
Unfortunately, that only takes care of one of the vulnerabilities that comes with basic auth.
As basic auth sends the header for every single request, it is also vulnerable to CSRF attacks.