I have been developing a Django application using graphene/graphql running over AWS using Docker alpine image. I have been using django-grapql-jwt-0.3.1 module for calling jwt-2.0.0 authentication in my application. Where it is calling ExpiredSignature from PyJWT instead of ExpiredSignatureError. And graphQL is returning "module 'jwt' has no attribute 'ExpiredSignature'" error. How to resolve the issue?
