session: setup a persistent NULL section and implement login procedure
[project/rpcd.git] / unauthenticated.json
diff --git a/unauthenticated.json b/unauthenticated.json
new file mode 100644 (file)
index 0000000..baded9d
--- /dev/null
@@ -0,0 +1,13 @@
+{
+       "unauthenticated": {
+               "description": "Access controls for unauthenticated requests",
+               "read": {
+                       "ubus": {
+                               "session": [
+                                       "access",
+                                       "login"
+                               ]
+                       }
+               }
+       }
+}