Skip to content

Commit 8ada8ac

Browse files
committed
docs: add note in JWT Role Extraction section
Add a note describing that the used JSPath DSL does not strictly follow the JSONPath as described in RFC 9535
1 parent 5206319 commit 8ada8ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/references/auth.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ Usage examples:
224224
jwt-role-claim-key = ".postgrest.roles[?(@ ==^ \"hor\")]"
225225
jwt-role-claim-key = ".postgrest.roles[?(@ *== \"utho\")]"
226226
227+
.. note::
228+
229+
The string comparison operators are implemented as a custom extension to the JSPath and does not strictly follow the `RFC 9535 <https://www.rfc-editor.org/rfc/rfc9535.html>`_.
227230

228231
JWT Security
229232
~~~~~~~~~~~~

0 commit comments

Comments
 (0)