Closed olavodias closed 1 year ago
Implement the authentication as an App to the GitHubAppBase. This should generate the JWT to perform REST API calls.
GitHubAppBase
Use the package GitHubApps to implement authentication as a GitHub App or a GitHub Installation.
GitHubApps
The GitHubApps nuget package exposes a class AppAuthenticator that can be used for that purpose.
AppAuthenticator
Implement the authentication as an App to the
GitHubAppBase
. This should generate the JWT to perform REST API calls.