HTTP Digest Auth (or Digest access authentication) is an username/password authentication protocol that aims to be slightly safer than Basic Auth.
Paw supports HTTP Digest Auth via the Digest Auth dynamic value extension, which generates the Authorization
header from the credentials you provide.
Warning! Please note that Digest auth is known to be unsafe if used on non-HTTPS hosts, mostly due to the fact that it relies on MD5 hashes.