php-ews
php-ews copied to clipboard
Add Kerberos support
CURL supports Kerberos out of the box. Why do you limit your library to basic auth und NTLM? Both methods are unsafe and deprecated.
EWS works fine with Kerberos.
Just add CURLAUTH_NEGOTIATE to your code...
@christophvw Any chance you could prepare a merge request?