github-rest-1.1.4: Query the GitHub REST API programmatically
MaintainerBrandon Chinn <brandonchinn178@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

GitHub.REST.Auth

Description

Definitions for handling authentication with the GitHub REST API.

Synopsis

Documentation

Helpers for using JWT tokens with the GitHub API

getJWTToken :: EncodeSigner -> AppId -> IO Token Source #

Create a JWT token that expires in 10 minutes.

loadSigner :: FilePath -> IO EncodeSigner Source #

Load a RSA private key as a Signer from the given file path.