You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - I am just getting around to publishing a module I put together that does Negotiate auth using the Win32 SSPI interface, rather than the platform-agnostic GSSAPI that your module uses. Would you be receptive to a PR to merge the two, or should I rename my module and keep the code separate?
I think it would be good to have it implemented with a new __init__ param to specify which implementation to use, with the default being to try gssapi and then the Win32 interface. Though it should still complain about gssapi being missing if neither is present, to preserve existing behaviour. Sound good?
Also worth noting that I've just created a pull request to fix an rDNS-related bug, which you may want to base off, as I hope to merge it soon after a bit more testing.
And sorry for not noticing this for a couple of weeks.
Hi - I am just getting around to publishing a module I put together that does Negotiate auth using the Win32 SSPI interface, rather than the platform-agnostic GSSAPI that your module uses. Would you be receptive to a PR to merge the two, or should I rename my module and keep the code separate?
https://github.com/brandond/requests-negotiate
The text was updated successfully, but these errors were encountered: