How does http-digest authentication works
Client makes request
Client gets back a nonce from the server and a 401 authentication request
Client sends back the following response array (username, realm, generate_md5_key(nonce, username, realm, URI, password_given_by_user_to_browser)) (yea, ...
hashcodehub.hashnode.dev1 min read