From d9cd237995229efa41df33a529c7e9876dd1a980 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Fri, 6 Oct 2006 15:36:07 +0000 Subject: r19138: add authentication capability; fix typos (This used to be commit d8f0701feb85b7ca70edd5e8a9581661eb6c52e2) --- jsonrpc/json_auth.esp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 jsonrpc/json_auth.esp (limited to 'jsonrpc/json_auth.esp') 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: + */ +%> -- cgit