mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
Added a few links
This commit is contained in:
parent
f63bfee845
commit
93575c6d46
1 changed files with 5 additions and 4 deletions
|
@ -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 <https://en.wikipedia.org/wiki/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
|
||||
<https://en.wikipedia.org/wiki/Hmac>`_ 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
|
||||
|
|
Loading…
Reference in a new issue