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

Document / Missing a parameter in JWS exapmle #11

Closed perplexedfingers closed 8 years ago

perplexedfingers commented 8 years ago

at line 106 need to specify an algorithm('HS256') before verification

Newky commented 8 years ago

Thanks for the fix @r2qokk, I will include your name in the CONTRIB file in a different commit.