Update generating-a-json-web-token-jwt-for-a-github-app.md#30554
Update generating-a-json-web-token-jwt-for-a-github-app.md#30554skedwards88 merged 2 commits intogithub:mainfrom mark-mxwl:patch-5
Conversation
Provided a working bash script for generating a JWT, as proposed in the linked issue.
Automatically generated comment ℹ️This comment is automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request.
fpt: Free, Pro, Team |
|
@mark-mxwl Thanks so much for opening a PR! I'll get this triaged for review ✨ |
|
Thx @nguyenalex836! |
skedwards88
left a comment
There was a problem hiding this comment.
Thanks for adding this example! I left some very minor suggestions that I will go ahead and incorporate, then we'll get this merged for you.
...ub-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md
Show resolved
Hide resolved
...ub-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md
Outdated
Show resolved
Hide resolved
...ub-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md
Outdated
Show resolved
Hide resolved
|
Amazing, thx so much @skedwards88!! This was a fun one 🙌 |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Closes: #29925
What's being changed (if available, include any code snippets, screenshots, or gifs):
Provided a working bash script for generating a JWT signed with RS256, as proposed in the comments. The script contains all of the required claims, and has been tested locally with the following sample usage and output:
Usage:
Output:
Check off the following:
I have reviewed my changes in staging, available via the View deployment link in this PR's timeline.
datadirectory.For content changes, I have completed the self-review checklist.