Skip to main content

app_jwt

Function app_jwt 

Source
pub fn app_jwt(app_id: &str, pem: &[u8], now_secs: u64) -> Result<String, Error>
Expand description

Sign a GitHub App JWT (RS256) for app_id with the RSA private key pem.