What is Basic Auth and How to secure APIs using it?
In the previous article, we started by creating an employee API and secured it by just adding spring-security dependency and got introduced with form-based login.
In this article, we will keep form-based login aside and get started with Basic Auth.
I...
riteshpanigrahi.hashnode.dev4 min read