r19138: add authentication capability; fix typos
[ira/wip.git] / jsonrpc / json_auth.esp
1 <%
2 /* Return true to allow access; false otherwise */
3 function json_authenticate(serviceComponents, method)
4 {
5     return true;
6 }
7
8 /*
9  * Local Variables:
10  * mode: c
11  * End:
12  */
13 %>