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 0615593 commit 0ac80edCopy full SHA for 0ac80ed
auth.go
@@ -1,4 +1,8 @@
1
-// Package githubauth implements GitHub authentication.
+// Package githubauth provides utilities for GitHub authentication,
2
+// including generating and using GitHub App tokens and installation tokens.
3
+// The package is based on the go-github and golang.org/x/oauth2 libraries.
4
+// It implements a set of TokenSource interfaces for generating GitHub App and
5
+// installation tokens.
6
package githubauth
7
8
import (
0 commit comments