Skip to content

Commit a665e32

Browse files
committed
Fix wildcard escape to preserve monospace formatting
Use `+*+` instead of pass:[*] so the asterisk renders in monospace as intended.
1 parent 4a01875 commit a665e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ROOT/pages/tinymceai-on-premises-jwt.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Every token MUST contain the following claims.
7070
|`iat` |number |Issued-at, seconds since epoch (UTC).
7171
|`exp` |number |Expiry, seconds since epoch (UTC). Recommend `iat {plus} 3600` for demos, `iat {plus} 900` for production. The server applies 60 seconds of clock-skew leeway; tokens up to 60 seconds past `exp` still verify.
7272
|`sub` |string |Unique, stable user identifier. Conversation history is isolated per-`sub`; do not reuse one `sub` across users or conversations will leak between them.
73-
|`auth.ai.permissions` |`string[]` |Array of feature permission strings. See the permissions reference below. Wildcards (pass:[*]) are accepted only in the documented positions; the bare string `"*"` is rejected.
73+
|`auth.ai.permissions` |`string[]` |Array of feature permission strings. See the permissions reference below. Wildcards (`+*+`) are accepted only in the documented positions; the bare string `"*"` is rejected.
7474
|===
7575

7676
== Optional claims

0 commit comments

Comments
 (0)