Const
Scopes configuration â€" controls which paths a user/key can access.
Three forms:
string
string[]
\{ allow?: string[], deny?: string[] \}
Semantics:
allow
deny
Scopes configuration â€" controls which paths a user/key can access.
Three forms:
stringâ€" single allow pattern (e.g. '/d/*')string[]— array of allow patterns (shorthand for { allow: [...] })\{ allow?: string[], deny?: string[] \}— explicit allow/deny rulesSemantics:
allow= implicit ['/*'] (allow everything)deny= no exclusions