Copy link
Copy Markdown
Contributor
Adds a type class which allows users of the library to define alternative authentication methods. This is required to support JWT auth which is required by GitHub Apps, however we may not want to add GitHub app support to this library directly since they are currently part of GitHub's API previews which are not stable.
Closed
Copy link
Copy Markdown
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Exactly in a spirit "provide means to extend existing functionality"