Switched the dependency from python-jose to PyJWT to handle JWT encoding and decoding. Updated related code to use PyJWT's InvalidTokenError instead of JWTError. Also bumped the application version from 0.1.7 to 0.1.8.
Switched the dependency from `python-jose` to `PyJWT` to handle JWT encoding and decoding. Updated related code to use `PyJWT`'s `InvalidTokenError` instead of `JWTError`. Also bumped the application version from `0.1.7` to `0.1.8`.
Switched the dependency from `python-jose` to `PyJWT` to handle JWT encoding and decoding. Updated related code to use `PyJWT`'s `InvalidTokenError` instead of `JWTError`. Also bumped the application version from `0.1.7` to `0.1.8`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Switched the dependency from
python-josetoPyJWTto handle JWT encoding and decoding. Updated related code to usePyJWT'sInvalidTokenErrorinstead ofJWTError. Also bumped the application version from0.1.7to0.1.8.python-josewithPyJWTand update its usage. 9c68f11d74