Skip to content

fix: encode_auth should support already implemented md5 auth method

Кирилл Безуглый requested to merge kbezuglyi/support-md5 into master

Summary

Follow-up fix of an unsupported in module function encode_auth of an already implemented MD5 authentication method.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Кирилл Безуглый

Merge request reports