Skip to content

Commit 214a69d

Browse files
author
Matthew Mikolay
authored
Fix Python JWT sample code in README
1 parent 4b84222 commit 214a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you're using a signing token you will need to pass this to your client to per
7575
You can read more about [clientside authentication here](https://docs.knock.app/client-integration/authenticating-users).
7676

7777
```python
78-
from jwt
78+
import jwt
7979
import os
8080

8181
private_key = os.getenv("KNOCK_SIGNING_KEY")

0 commit comments

Comments
 (0)