You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically I need this for RSA-SHA1 and RSA-SHA256 for verifying messages received from AWS SNS. It is possible with webcrypto, but the setup is considerably more advanced.
aws' package does not work because of this unfortunately.
@jasnell will that include support for crypto.createPrivateKey for example? Apparently that's needed for the @azure/identity package to work in cloudflare workers as discovered here: Azure/azure-sdk-for-js#31467 (comment)
Specifically I need this for RSA-SHA1 and RSA-SHA256 for verifying messages received from AWS SNS. It is possible with webcrypto, but the setup is considerably more advanced.
aws' package does not work because of this unfortunately.
@anonrig
The text was updated successfully, but these errors were encountered: