diff --git a/docs/references/auth.rst b/docs/references/auth.rst index 0e7d2c3ab..30fac0b44 100644 --- a/docs/references/auth.rst +++ b/docs/references/auth.rst @@ -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 `_. JWT Security ~~~~~~~~~~~~