From 03f89e2899660dbdadbc87d93048051c286e9a43 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 25 May 2015 14:07:06 -0400 Subject: Add custom HTTP header for API authentication --- docs/config.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/config.markdown') diff --git a/docs/config.markdown b/docs/config.markdown index b11e005e..34c423c4 100644 --- a/docs/config.markdown +++ b/docs/config.markdown @@ -191,4 +191,7 @@ Various settings ```php // Escape html inside markdown text define('MARKDOWN_ESCAPE_HTML', true); + +// API alternative authentication header, the default is HTTP Basic Authentication defined in RFC2617 +define('API_AUTHENTICATION_HEADER', ''); ``` -- cgit v1.2.3