TritonDataCenter / node-http-signature

Reference implementation of Joyent's HTTP Signature Scheme
https://tritondatacenter.com
MIT License
405 stars 118 forks source link

How to use with Bearer user authorization? #64

Closed kilianc closed 7 years ago

kilianc commented 7 years ago

My understanding is that this module will sign the request storing the signature in the Authorization header which I usually use to check user credentials.

What's best practice to use them together? I want to know which user and from what client basically.

kilianc commented 7 years ago

see #65