In this post, I cover the steps required to create and sign a JSON Web Token, herein abbreviated as JWT, to authenticate a GitHub App built using .NET. I want to state clearly up front that I’m learning as I go while experimenting with a hobby project to develop a GitHub App. Some of the […] The post Authenticating a .NET GitHub App using a JSON Web Token (JWT) appeared first on Steve Gordon - Code with Steve. --- Authenticating a .NET GitHub App using a JSON Web Token (JWT) was first pos...| Steve Gordon – Code with Steve
Learn about when each webhook event occurs and what the payload contains.| GitHub Docs