From 93575c6d46ab7906ee45c22c19d7d35d0f792424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 31 Jul 2014 18:39:58 +0200 Subject: [PATCH] Added a few links --- content/tech/hawk.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/tech/hawk.rst b/content/tech/hawk.rst index 6813475..dc88a14 100644 --- a/content/tech/hawk.rst +++ b/content/tech/hawk.rst @@ -8,11 +8,12 @@ We recently had to implement `the Hawk authentication scheme creating two libraries to ease integration into pyramid and node.js apps. But maybe you don't know Hawk. Hawk is a relatively new technology, crafted by -one of the original OAuth specification authors, that intends to replace the -2-legged OAuth authentication scheme using a simpler approach. +one of the original `OAuth `_ +specification authors, that intends to replace the 2-legged OAuth +authentication scheme using a simpler approach. -It is an authentication scheme for HTTP, built around HMAC digests of -requests and responses. +It is an authentication scheme for HTTP, built around `HMAC digests +`_ of requests and responses. Every authenticated client request has an Authorization header containing a MAC and some additional metadata, and each server response to authenticated