Skip to content

Commit

Permalink
Update docs/references/auth.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez authored Feb 12, 2025
1 parent 5a72829 commit 43fcfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ PostgREST honors the following `JWT claims <https://datatracker.ietf.org/doc/htm
- ``aud`` Audience, see :ref:`jwt-aud`

.. note::
PostgREST allows for a 30-second clock skew when validatiing the `exp` and `iat` claims. In other words, it gives an extra 30 seconds before the token is rejected if there is a slight discrepancy in the timestamps.
PostgREST allows for a 30-second clock skew when validating the ``exp`` and ``iat`` claims. In other words, it gives an extra 30 seconds before the token is rejected if there is a slight discrepancy in the timestamps.

.. _jwt_role_claim_key_extract:

Expand Down

0 comments on commit 43fcfce

Please sign in to comment.