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
This commit is contained in:
Taimoor Zaeem
2025-05-21 21:02:00 +02:00
committed by Wolfgang Walther
parent 8ef5263b04
commit 91814cd4f8
+3
View File
@@ -224,6 +224,9 @@ Usage examples:
jwt-role-claim-key = ".postgrest.roles[?(@ ==^ \"hor\")]"
jwt-role-claim-key = ".postgrest.roles[?(@ *== \"utho\")]"
.. note::
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>`_.
JWT Security
~~~~~~~~~~~~