PyJWT v1.6.3 Release Notes

Release Date: 2018-05-19 // almost 6 years ago
  • ๐Ÿšš Note: I accidentally published v1.6.2 and removed it from PyPI, that's why the jump to v1.6.3

    ๐Ÿ”„ Changed

    • All exceptions inherit from PyJWTError #340

    โž• Added

    • โž• Add type hints #344
    • โž• Add help module 7ca41e5

    ๐Ÿ“„ Docs

    • Added section to usage docs for jwt.get_unverified_header() #350
    • โšก๏ธ Update legacy instructions for using pycrypto #337