requests-ntlm
requests-ntlm copied to clipboard
Migrate to PySPNEGO
The ntlm_auth library is deprecated in favour of pyspnego. This commit migrates to this library, patching some methods to ensure dependent code will continue to work.
Hi, thank you for your work here! May I ask what's the status of your PR?
thank you and best regards
The status of my PR? As far as I'm aware it's fully working, and I'm waiting on a maintainer to review it
Ahoi! Can we get an update on this? Otherwise I'd dive into pyspnego now.
Thanks for the PR @clubby789, I've slightly modified it to support channel binding tokens and not use the internals for the wrapping/unwrapping code.
🎉 thanks @clubby789 and @jborean93
Thanks a lot! Works like a charm and I don't have to tweak my openssl config unnecessarily!