From 9cda8baff3c0124c72608c2f679f84bf04de8d30 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Sat, 2 May 2015 13:55:05 -0400 Subject: [PATCH] Fix #367 --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index c556c8f..83627d4 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -31,7 +31,7 @@ Core ``SECURITY_EMAIL_SENDER`` Specifies the email address to send emails as. Defaults to ``no-reply@localhost``. -``SECURITY_TOKEN_AUTHENTICATION_KEY`` Specifies the query sting parameter to +``SECURITY_TOKEN_AUTHENTICATION_KEY`` Specifies the query string parameter to read when using token authentication. Defaults to ``auth_token``. ``SECURITY_TOKEN_AUTHENTICATION_HEADER`` Specifies the HTTP header to read when