github-rest-1.2.1: Query the GitHub REST API programmatically
MaintainerBrandon Chinn <[email protected]>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
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 :: PrivateKey -> AppId -> IO Token Source #

Create a JWT token that expires in 10 minutes.