potatosalad / ruby-jose

JSON Object Signing and Encryption (JOSE) for Ruby
http://www.rubydoc.info/gems/jose
MIT License
63 stars 32 forks source link

Compatability issues #12

Open abhiuppala opened 4 years ago

abhiuppala commented 4 years ago

Hi, I am working on a ruby project and am using ruby-jose for implementing JWS to sign the request before sending over to partner. However, the partner system is implemented in Java using Nimbus Jose (https://connect2id.com/products/nimbus-jose-jwt). We are facing issue regarding partner being able to verify the signature of the payload being sent from ruby client. The algorithm being used for signing is PS256.

Can you please comment on interoperability/compatibility of libraries across platforms?

flynfish commented 2 months ago

We are seeing the same issue with RS256