GehirnInc / python-jwt

JSON Web Token library for Python
https://pypi.python.org/pypi/jwt
Apache License 2.0
145 stars 30 forks source link

FIX readme import paths #62

Closed kubosuke closed 1 year ago

kubosuke commented 1 year ago

Currently these two functions are under jwt.jwk module, need to fix

       jwk_from_dict,
       jwk_from_pem,