Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Signature is not possible to construct in JS out of the box #7

Open
octatone opened this issue Apr 11, 2016 · 0 comments
Open

Signature is not possible to construct in JS out of the box #7

octatone opened this issue Apr 11, 2016 · 0 comments
Labels

Comments

@octatone
Copy link

Looking at the docs for pseudo-client implementation I see some issues for the web for generating the signature header:

  • sha256 - no api for this in browser land - would have to implement in JS
  • mdb5hex - no api for this in browser land, although we do have a basic implementation as part of the webapp - not sure that is to spec
  • shared secret - there's no way to hide this in the client from anyone who wants to find it, is that okay?

https://github.com/wunderlist/hamustro/blob/master/docs/pseudo-client.md#send-events-to-the-collector

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant