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 Feb 2, 2023. It is now read-only.
You seem to be sending:
base64.StdEncoding.EncodeToString([]byte( fmt.Sprintf("Basic %s:%s", s.config.ClientID, s.config.ClientSecret)
for each call to the API by adding it to the header from getAuthorisationHeader() for each call.
Is that necessary as the token is automatically sent with the http.Client?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You seem to be sending:
base64.StdEncoding.EncodeToString([]byte( fmt.Sprintf("Basic %s:%s", s.config.ClientID, s.config.ClientSecret)
for each call to the API by adding it to the header from getAuthorisationHeader() for each call.
Is that necessary as the token is automatically sent with the http.Client?
The text was updated successfully, but these errors were encountered: