Closed razzzp closed 1 year ago
It'll be better to just add a new kwarg where you can specify the password. Relying on string splitting will be error prone, especially if you start having usernames/realms with :
in them.
oh so just add a "password" param to the HTTPKerberosAuth.init?
Hi,
This pull request is for parsing the principal if it is given in the form of user@REALM:password. It will split the username and password and pass them both to spnego.client().