summaryrefslogtreecommitdiff
path: root/unauthenticated.json
blob: baded9d2ba4d455b8718ad386111b81def912b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"unauthenticated": {
		"description": "Access controls for unauthenticated requests",
		"read": {
			"ubus": {
				"session": [
					"access",
					"login"
				]
			}
		}
	}
}