Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 Docker alpine 映像在 AWS 上运行的石墨烯/graphql 开发 Django 应用程序。我一直在使用 django-grapql-jwt-0.3.1 模块在我的应用程序中调用 jwt-2.0.0 身份验证。它从 PyJWT 调用 ExpiredSignature 而不是 ExpiredSignatureError。而graphQL正在返回“模块'jwt'没有属性'ExpiredSignature'”错误。如何解决问题?
是兼容性问题
降级PyJWT为1.7.1
PyJWT
1.7.1
来源:https ://github.com/flavors/django-graphql-jwt/issues/242