Skip to content

Commit f86b8b6

Browse files
authored
docs/api: document strict_aud on decode_complete (#923)
1 parent ebe7776 commit f86b8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ API Reference
106106
* ``verify_exp=verify_signature`` check that ``exp`` (expiration) claim value is in the future
107107
* ``verify_iat=verify_signature`` check that ``iat`` (issued at) claim value is an integer
108108
* ``verify_nbf=verify_signature`` check that ``nbf`` (not before) claim value is in the past
109+
* ``strict_aud=False`` check that the ``aud`` claim is a single value (not a list), and matches ``audience`` exactly
109110

110111
.. warning::
111112

0 commit comments

Comments
 (0)