Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app#example-using-python-to-generate-a-jwt
this Python example is incorrect as the JWT library api has changed -- see this example. there are a few changes necessary, I'll open a PR.
What part(s) of the article would you like to see updated?
the python example should be fixed
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app#example-using-python-to-generate-a-jwt
this Python example is incorrect as the JWT library api has changed -- see this example. there are a few changes necessary, I'll open a PR.
What part(s) of the article would you like to see updated?
the python example should be fixed
Additional information
No response