From b1ae7b43528536e397a024dde94310e33f1444ae Mon Sep 17 00:00:00 2001 From: Charles Young Date: Wed, 20 Nov 2013 10:58:32 -0800 Subject: [PATCH] Update features.rst Changed HTTP header name to reflect reality in code --- docs/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.rst b/docs/features.rst index 2db9d42..4828661 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -55,7 +55,7 @@ authentication endpoint. A successful call to this endpoint will return the user's ID and their authentication token. This token can be used in subsequent requests to protected resources. The auth token is supplied in the request through an HTTP header or query string parameter. By default the HTTP header -name is `X-Auth-Token` and the default query string parameter name is +name is `Authentication-Token` and the default query string parameter name is `auth_token`. Authentication tokens are generated using the user's password. Thus if the user changes his or her password their existing authentication token will become invalid. A new token will need to be retrieved using the user's new