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
I'm exploring different tools for verifying JWTs, particularly using the RSA and ECDSA algorithms. But I noticed that the Crypto::RSAKey and Crypto::ECKey classes are now deprecated, yet they are still used within the JWT::Signer class.
So, I was wondering if anyone knew of an alternative way of using either of these encryption algorithms with the JWT library that didn't involve the deprecated classes?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm exploring different tools for verifying JWTs, particularly using the RSA and ECDSA algorithms. But I noticed that the
Crypto::RSAKey
andCrypto::ECKey
classes are now deprecated, yet they are still used within theJWT::Signer
class.So, I was wondering if anyone knew of an alternative way of using either of these encryption algorithms with the
JWT
library that didn't involve the deprecated classes?Beta Was this translation helpful? Give feedback.
All reactions