Basic auth is better than no auth, but it is absolutely not a recommended auth method these days
LuckyHedgehog
0 post score0 comment score
joined 2 years ago
Basic auth is better than no auth, but it is absolutely not a recommended auth method these days
Basic auth is a base64 of your login credentials, might as well be plain text. You should absolutely not be using basic auth if you have other options