1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update generating-a-json-web-token-jwt-for-a-github-app.md (#36105)

Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Flemming Jønsson
2025-02-05 09:15:52 +01:00
committed by GitHub
parent 34be247431
commit 773ca41759

View File

@@ -77,7 +77,7 @@ puts jwt
### Example: Using Python to generate a JWT
> [!NOTE]
> You must run `pip install PyJWT` to install the `PyJWT` package 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