Skip to content

Commit

Permalink
Update content/apps/creating-github-apps/authenticating-with-a-github…
Browse files Browse the repository at this point in the history
…-app/generating-a-json-web-token-jwt-for-a-github-app.md

Co-authored-by: Josh Soref <[email protected]>
  • Loading branch information
subatoi and jsoref authored Feb 5, 2025
1 parent 804da57 commit 3635b58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ puts jwt
### Example: Using Python to generate a JWT

> [!NOTE]
> You must run `pip install PyJWT cryptography` to install the `PyJWT` and the 'cryptography' packages in order to use this script.
> You must run `pip install PyJWT cryptography` to install the `PyJWT` and the `cryptography` packages in order to use this script.
```python copy
#!/usr/bin/env python3
Expand Down

0 comments on commit 3635b58

Please sign in to comment.