oauth-1.0a icon indicating copy to clipboard operation
oauth-1.0a copied to clipboard

Add support for async signature computation

Open rpuch opened this issue 6 years ago • 3 comments

In WebCrypto API, all the operations, including signature computation, are async and return promises. Trying to implement RSA-SHA1 signature method, I found out that it was impossible to do because the library always uses getSignature() in a synchronous manner.

The idea is to add an async method that is able to work with async getSignature() (and getBodyHash()) methods.

Please note that I did not add anything to the TS file. Could you please give me a hint: what changes are to be added there?

rpuch avatar Apr 03 '19 06:04 rpuch

pls check the ci test fail

ddo avatar Jun 05 '19 09:06 ddo

@ddo done, the tests have passed

rpuch avatar Jun 08 '19 12:06 rpuch

Bump?

voxxit avatar Aug 16 '22 19:08 voxxit