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

README: fix opportunistic_auth example #13

Closed ktdreyer closed 5 years ago

ktdreyer commented 5 years ago

The HTTPSPNEGOAuth constructor uses a keyword argument named opportunistic_auth, not opportunistic_authentication. Fix the example in the README to reflect this.

ktdreyer commented 5 years ago

(Would you mind tagging and pushing a new version to PyPI? I was following the README on PyPI when I hit this bug.)

frozencemetery commented 5 years ago

(I'm looking at merging another fix before cutting a release, but should do that shortly.)

frozencemetery commented 5 years ago

A new release has been cut. Thanks for your interest!

ktdreyer commented 5 years ago

Thank you!