All notable changes to this project will be documented in this file.
jwt.verify now requires an algorithm parameter, andjws.createVerify requires an algorithm option. The "alg" fieldjwt.verify. SeeBREAKING: Default payload encoding changed from binary to
utf8. utf8 is a is a more sensible default than binary because
many payloads, as far as I can tell, will contain user-facing
strings that could be in any language. (6b6de48)
Code reorganization, thanks @fearphage! (7880050)
encoding. For those few usersbinary encoding of the messages, this6b6de48)