From 3c2fbd5ad2f0e1d53a520dd30373761aca66185d Mon Sep 17 00:00:00 2001 From: Hannes Van De Vreken Date: Tue, 4 Nov 2014 20:02:12 +0100 Subject: [PATCH] Type [reaponse -> response] --- source/specs/STACK-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/specs/STACK-2.md b/source/specs/STACK-2.md index eea05f6..efc00ef 100644 --- a/source/specs/STACK-2.md +++ b/source/specs/STACK-2.md @@ -48,7 +48,7 @@ valid token. If a request has authentication credentials that are invalid for any reason a Stack authentication middleware MAY either immediately challenge or return -another reaponse (for example, a 400 error response). +another response (for example, a 400 error response). If a request already has the `stack.authn.token` attribute set a Stack authentication middleware MUST NOT attempt to further authenticate the request.