Skip to content

v0.7.0

Compare
Choose a tag to compare
@cdosoftei cdosoftei released this 18 Oct 14:32
· 8 commits to main since this release
f7bb13b

⚡ Authenticate/Authorization Header Overhaul

  • Separate header classes for requests (challenges) and responses;
  • Proper qop parameter parsing and rendering;
  • Digest validation and verification functionality;
  • Support for modern RFC 8760 digest algorithms.

🎨 Docblock fixes