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:
@@ -77,7 +77,7 @@ puts jwt
|
|||||||
### Example: Using Python to generate a JWT
|
### Example: Using Python to generate a JWT
|
||||||
|
|
||||||
> [!NOTE]
|
> [!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
|
```python copy
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|||||||
Reference in New Issue
Block a user