Skip to content

Commit

Permalink
docs/api: document strict_aud on decode_complete (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Dec 27, 2023
1 parent ebe7776 commit f86b8b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ API Reference
* ``verify_exp=verify_signature`` check that ``exp`` (expiration) claim value is in the future
* ``verify_iat=verify_signature`` check that ``iat`` (issued at) claim value is an integer
* ``verify_nbf=verify_signature`` check that ``nbf`` (not before) claim value is in the past
* ``strict_aud=False`` check that the ``aud`` claim is a single value (not a list), and matches ``audience`` exactly

.. warning::

Expand Down

0 comments on commit f86b8b6

Please sign in to comment.