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 was archived by the owner on Feb 1, 2023. It is now read-only.
I just tried this lib and I cannot seem to get the AUTH_HTTP* methods to work. Any ideas what might be wrong?
I keep getting a 401 error and I tried the PASSWORD and the TOKEN method with no success. Has HTTP support been removed? I cannot seem to find any record of it...
The text was updated successfully, but these errors were encountered:
@zanmoskotevc make sure the action(s) you're trying to do after authentication are indeed correct and/or allowed in the given auth context.. the authentication method itself only stores your credentials for the actions taken afterwards (correct my if i'm wrong). So your auth might be correct in terms of credentials, but still a following action might not be allowed, and you'll get a 401..
I just tried this lib and I cannot seem to get the AUTH_HTTP* methods to work. Any ideas what might be wrong?
I keep getting a 401 error and I tried the PASSWORD and the TOKEN method with no success. Has HTTP support been removed? I cannot seem to find any record of it...
The text was updated successfully, but these errors were encountered: