mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +02:00
Explain what the derivation is
This commit is contained in:
parent
b9ba63c311
commit
dd641921e8
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue