Xuanwo commented on code in PR #689:
URL: https://github.com/apache/opendal-reqsign/pull/689#discussion_r2839264431
##########
Cargo.toml:
##########
@@ -52,6 +52,7 @@ hex = "0.4"
hmac = "0.12"
http = "1"
jiff = "0.2"
+jsonwebtoken = { version = "10", features = ["aws_lc_rs"] }
Review Comment:
Will this always enable `aws_lc_rs`? Our downstream users, such as
`opendal`, want to allow users to choose their own cryptography implementation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]