Skip to content

serokell/github-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authenticate as a GitHub App

This library provides functions that help with authenticating as a GitHub App.

Use

  1. Register your App with GitHub to obtain an App ID and a private key.
  2. Using the data from the step above, create AppAuth.
  3. For each installation of your app, get an InstallationAuth using mkInstallationAuth.
  4. Use the executeAppRequest function to execute requests. Behind the scenes, this function exchanges the installation auth token for a regular access token, caches it, and renews as needed.

See serokell/github-ops-access for a real-life example use.

About Serokell

This library is maintained and funded with ❤️ by Serokell. The names and logo for Serokell are trademark of Serokell OÜ.

Releases

No releases published

Packages

No packages published