Skip to content

v1.1.8

Choose a tag to compare

@RobertoPrevato RobertoPrevato released this 04 Oct 06:54
· 1 commit to main since this release
b2096b9
  • Improve the Secret class to always encode strings before comparing to str. Otherwise it would throw exception for non-UTF8 strings (just like secrets.compare_digest - poor UX!). It ignores unicode errors in secrets that are likely received from external input.