requests / requests-kerberos

An authentication handler for using Kerberos with Python Requests.
Other
289 stars 101 forks source link

Add more docs on send_cbt #174

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

It was pointed out that send_cbt is not documented and the addition of automatic channel binding data was not mentioned in the changelog. This PR expands the docs to further talk about this process and how it can be disabled in the case the server does not support this.

Fixes https://github.com/requests/requests-kerberos/issues/173