Requests Kerberos Versions Save

An authentication handler for using Kerberos with Python Requests.

v0.14.0

2 years ago
  • Added support for proxy authentication with HTTP endpoints.
  • Support for proxying HTTPS endpoints is not available due to limitations of the underlying requests/urllib3 library.
  • Fixed up stray bytes to str conversion.

v0.13.0

2 years ago
  • Change Kerberos dependencies to pyspnego to modernise the underlying Kerberos library that is used.
  • Removed the wrap_winrm and unwrap_winrm functions
  • Dropped support for Python 2 and raised minimum Python version to 3.6.
  • Renamed the context attribute to _context to indicate it's meant for internal use only.
  • Fix Negotiate header regex pattern to avoid DoS affected patterns

v0.13.0rc1

2 years ago
  • Change Kerberos dependencies to pyspnego to modernise the underlying Kerberos library that is used.
  • Removed the wrap_winrm and unwrap_winrm functions
  • Dropped support for Python 2 and raised minimum Python version to 3.6.
  • Renamed the context attribute to _context to indicate it's meant for internal use only.
  • Fix Negotiate header regex pattern to avoid DoS affected patterns

v0.12.0

6 years ago
  • adds support for WinRM-style IOV buffer message encryption
  • adds support for HTTPS channel binding tokens

v0.11.0

7 years ago