Spring Security: Basic Authentication
Basic authentication is a simple authentication scheme built into the HTTP protocol. With basic authentication, a web browser or other client program sends the username and password to the server, which then verifies them.
Spring Security provides bu...
pushpamali.hashnode.dev3 min read