We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183002e commit 0f6957aCopy full SHA for 0f6957a
README.md
@@ -48,7 +48,7 @@ The `decode()` function can raise other exceptions, e.g. for invalid issuer or a
48
```python
49
try:
50
payload = jwt.decode('someJWTstring')
51
-exception jwt.InvalidTokenError:
+except jwt.InvalidTokenError:
52
pass # do something sensible here, e.g. return HTTP 403 status code
53
```
54
0 commit comments