From dd641921e8006453327dc63361d3d00f4c6e63d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 1 Sep 2014 11:54:45 +0200 Subject: [PATCH] Explain what the derivation is --- content/tech/hawk.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/tech/hawk.rst b/content/tech/hawk.rst index 8592c56..9722bfd 100644 --- a/content/tech/hawk.rst +++ b/content/tech/hawk.rst @@ -43,7 +43,8 @@ like the following: When your server application needs to send you the credentials, it will return it inside a specific `Hawk-Session-Token` header. This token can be derived to -get back the credentials (hawk id and hawk key). +split this string in two values (hawk id and hawk key) that you will use to +sign your next requests. In order to get the hawk credentials, you'll need to: