Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
BSD 3-Clause "New" or "Revised" License
1.21k
stars
404
forks
source link
Sign JWTs for github app auth using PyJWT instead of jwcrypto #1071
Closed
davisagli closed 2 years ago
This replaces jwcrypto with PyJWT for signing JWTs for github app authentication, in order to avoid an LGPL-licensed dependency.
Also includes a few minor edits to the README.