Demonware / jose

Python implementation of the Javascript Object Signing and Encryption (JOSE) framework (https://datatracker.ietf.org/wg/jose/charter/)
BSD 3-Clause "New" or "Revised" License
95 stars 34 forks source link

Interop / draft-ietf-jose-json-web-encryption-40 #8

Open fredrikt opened 8 years ago

fredrikt commented 8 years ago

I found some bugs preventing interop with a dot-NET client (https://github.com/dvsekhvalnov/jose-jwt).

For the relevant parts, I updated the Python implementation to what I read in draft -40, and that did the trick as far as interop with that particular other implementation required at least.

nmurtagh commented 8 years ago

Hi @fredrikt. We (Demonware) are planning to make a series of updates to JOSE to bring it into line with the final RFC. Thanks very much for your work on this. I'm not sure if we'll use it but hopefully we'll get to the same place in the end!