pythongssapi / requests-gssapi

An authentication handler for using GSSAPI with Python Requests. Drop-in replacement for old requests-kerberos.
Other
32 stars 21 forks source link

Mutual auth updates #16

Closed frozencemetery closed 5 years ago

frozencemetery commented 5 years ago

Add documentation on MutualAuthenticationError, and disable mutual authentication by default since it buys us basically nothing.

@ktdreyer If you want to take a look at this, that would be great. Should resolve #15.

ktdreyer commented 5 years ago

Fantastic! This makes this library a lot easier for me to use now.