Skip to content

Commit

Permalink
docs: Update iat exception docs (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
pachewise authored Aug 25, 2024
1 parent 223e50d commit 9f40aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ Exceptions

.. class:: InvalidIssuedAtError

Raised when a token's ``iat`` claim is in the future
Raised when a token's ``iat`` claim is non-numeric

.. class:: ImmatureSignatureError

Raised when a token's ``nbf`` claim represents a time in the future
Raised when a token's ``nbf`` or ``iat`` claims represent a time in the future

.. class:: InvalidKeyError

Expand Down

0 comments on commit 9f40aa2

Please sign in to comment.