summaryrefslogtreecommitdiff
path: root/jsonrpc/json_auth.esp
diff options
context:
space:
mode:
Diffstat (limited to 'jsonrpc/json_auth.esp')
-rw-r--r--jsonrpc/json_auth.esp13
1 files changed, 13 insertions, 0 deletions
diff --git a/jsonrpc/json_auth.esp b/jsonrpc/json_auth.esp
new file mode 100644
index 0000000000..2d58b6e2af
--- /dev/null
+++ b/jsonrpc/json_auth.esp
@@ -0,0 +1,13 @@
+<%
+/* Return true to allow access; false otherwise */
+function json_authenticate(serviceComponents, method)
+{
+ return true;
+}
+
+/*
+ * Local Variables:
+ * mode: c
+ * End:
+ */
+%>