Skip to content

Commit

Permalink
Update auth.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jferrl committed Jun 1, 2024
1 parent 0615593 commit 0ac80ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion auth.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// Package githubauth implements GitHub authentication.
// Package githubauth provides utilities for GitHub authentication,
// including generating and using GitHub App tokens and installation tokens.
// The package is based on the go-github and golang.org/x/oauth2 libraries.
// It implements a set of TokenSource interfaces for generating GitHub App and
// installation tokens.
package githubauth

import (
Expand Down

0 comments on commit 0ac80ed

Please sign in to comment.