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
We now redact the request auth headers, which makes debugging auth issues virtually impossible.
We should include the first 10 chars ( the Id of the token ) in the headers, and keep the rest of the token value ( the actual secret ) as opaque values.
The text was updated successfully, but these errors were encountered:
We now redact the request auth headers, which makes debugging auth issues virtually impossible.
We should include the first 10 chars ( the Id of the token ) in the headers, and keep the rest of the token value ( the actual secret ) as opaque values.
The text was updated successfully, but these errors were encountered: