You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
336 B

# System permissions
[]
access = read : [ * ], write : [ admin ]
### VIEWSTATES: even normal users should be able to create shared viewstates
[viewstates]
access = read : [ * ], write : [ * ]
### JSON Web Tokens: should only be readable/writable by admin
[collections/JsonWebTokensV1]
access = read : [ admin ], write : [ admin ]