diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-25 14:07:06 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-25 14:07:06 -0400 |
commit | 03f89e2899660dbdadbc87d93048051c286e9a43 (patch) | |
tree | 3359d26fb8a46de2cdbc66b173ef14dfa8a8b0f8 /docs/config.markdown | |
parent | 00c2e5c80ee4b6c5e5234e5b6a333bb19edd9b76 (diff) |
Add custom HTTP header for API authentication
Diffstat (limited to 'docs/config.markdown')
-rw-r--r-- | docs/config.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
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', ''); ``` |