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
{{ message }}
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
It looks like the authenticationScheme configuration option is not being parsed correctly or something. Furthermore, if I try to force the SDK to use SauthC1, no requests work (it errors out each time). I think we need to:
Fix the options parsing so SauthC1 is used by default.
Fix SauthC1 so it is actually usable.
The text was updated successfully, but these errors were encountered:
By default right now, this SDK uses basic auth.
It looks like the
authenticationScheme
configuration option is not being parsed correctly or something. Furthermore, if I try to force the SDK to use SauthC1, no requests work (it errors out each time). I think we need to:The text was updated successfully, but these errors were encountered: