olavodias / GitHubApps

GitHub Apps Library
MIT License
0 stars 0 forks source link

Implement Authentication as an GitHub App #48

Closed olavodias closed 1 year ago

olavodias commented 1 year ago

Implement the authentication as an App to the GitHubAppBase. This should generate the JWT to perform REST API calls.

olavodias commented 1 year ago

Use the package GitHubApps to implement authentication as a GitHub App or a GitHub Installation.

The GitHubApps nuget package exposes a class AppAuthenticator that can be used for that purpose.