futoin / core-js-ri-executor

FutoIn Core JS Executor Reference Implementation
Apache License 2.0
1 stars 0 forks source link

Executor: add basic HMAC support with static key #26

Closed andvgal closed 9 years ago

andvgal commented 9 years ago

Add support for message signature with static key

  1. Basic Auth user field should equal "hmac"
  2. Basic Auth password field should be actual user name
  3. Secret key should be passed through options