jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.08k stars 679 forks source link

Add type hints to jwt/help.py and add missing types dependency #784

Closed kkirsche closed 2 years ago

kkirsche commented 2 years ago

This merge request:

  1. Adds type hints to jwt/help.py
  2. Adds types-cryptography to include types when installing.