orochi-network/orochimaru

Add HMAC-SHA256 to secure Orand's JSON RPC

chiro-hiro opened this issue · 1 comments

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?.

Done in #21