Add HMAC-SHA256 to secure Orand's JSON RPC
chiro-hiro opened this issue · 1 comments
chiro-hiro commented
We need to use HMAC as a basic authentication to protect Orand's JSON RPC. All requests include following headers:
X-Actor: <username>
X-Signature: <challenge_signed_with_hmac>
Are there a better way to archive this?.
chiro-hiro commented
Done in #21