summaryrefslogtreecommitdiff
path: root/services/json_auth.esp
blob: 2d58b6e2af05aeaf349af1d2bb48498234082f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%
/* Return true to allow access; false otherwise */
function json_authenticate(serviceComponents, method)
{
    return true;
}

/*
 * Local Variables:
 * mode: c
 * End:
 */
%>