5 ms·
basic auth is secure, if used in combination with TLS.
by apt-get 3mo ago
basic auth is secure, if used in combination with TLS.
- shakna 3mo agoUnfortunately, 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.