We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe7776 commit f86b8b6Copy full SHA for f86b8b6
docs/api.rst
@@ -106,6 +106,7 @@ API Reference
106
* ``verify_exp=verify_signature`` check that ``exp`` (expiration) claim value is in the future
107
* ``verify_iat=verify_signature`` check that ``iat`` (issued at) claim value is an integer
108
* ``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
110
111
.. warning::
112
0 commit comments