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
This is just a suggestion. The file auth/basicauth.go contains func parseAuthHeader(header string) (*BasicAuth, error) to parse basic authentication header.
This functionality is available a part of the Go standard library: