File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ except jwt.InvalidTokenError:
5757 pass # do something sensible here, e.g. return HTTP 403 status code
5858```
5959
60+ ## Tests
61+
62+ You can run tests from the project root after cloning with:
63+
64+ ```
65+ $ python tests/test_jwt.py
66+ ```
6067
6168## Algorithms
6269
@@ -92,14 +99,6 @@ When using the ECDSA algorithms, the `key` argument is expected to
9299be an Elliptic Curve public or private key in PEM format. The type of key
93100(private or public) depends on whether you are signing or verifying.
94101
95- ## Tests
96-
97- You can run tests from the project root after cloning with:
98-
99- ```
100- $ python tests/test_jwt.py
101- ```
102-
103102## Support of registered claim names
104103
105104JSON Web Token defines some registered claim names and defines how they should be
You can’t perform that action at this time.
0 commit comments