We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d068399 commit 71937feCopy full SHA for 71937fe
github/auth.go
@@ -208,7 +208,7 @@ func makeOptions(opts ...ClientOption) (*clientOptions, error) {
208
// Using WithOAuth2Token you can specify authentication
209
// credentials, passing no such ClientOption will allow public read access only.
210
//
211
-// Basic Auth is not supported because it is deprecated by GitHub, see
+// Password-based authentication is not supported because it is deprecated by GitHub, see
212
// https://developer.github.com/changes/2020-02-14-deprecating-password-auth/
213
214
// GitHub Enterprise can be used if you specify the domain using WithDomain.
0 commit comments