Skip to content

Commit 5f59afc

Browse files
authored
Merge pull request #1 from mattmikolay/patch-1
Fix Python JWT sample code in README
2 parents 107b8bb + 214a69d commit 5f59afc

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
@@ -106,7 +106,7 @@ If you're using a signing token you will need to pass this to your client to per
106106
You can read more about [clientside authentication here](https://docs.knock.app/client-integration/authenticating-users).
107107

108108
```python
109-
from jwt
109+
import jwt
110110
import os
111111

112112
private_key = os.getenv("KNOCK_SIGNING_KEY")

0 commit comments

Comments
 (0)