brianloveswords / python-jws

python implementation of JSON Web Signatures
57 stars 35 forks source link

verify should verify the utf-8 json #2

Open dholth opened 12 years ago

dholth commented 12 years ago

it will fail if the sender sorted their keys differently than the recipient. it should verify against the utf-8 bytes of the transmitted json, not against a re-serialization.

brianloveswords commented 12 years ago

Thanks for filing this. I'll check it out!