We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b35d522 + 009136e commit 3edaa53Copy full SHA for 3edaa53
README.md
@@ -9,6 +9,7 @@
9
A Python implementation of [RFC 7519][jwt-spec].
10
Original implementation was written by [@progrium][progrium].
11
12
+
13
## Installing
14
15
```
@@ -26,6 +27,10 @@ $ pip install PyJWT
26
27
{'some': 'payload'}
28
29
30
+## Documentation
31
32
+View the full docs online at https://pyjwt.readthedocs.io/en/latest/
33
34
## Tests
35
36
You can run tests from the project root after cloning with:
0 commit comments