Files
post_crawler/.venv/Lib/site-packages/jwt/warnings.py
T
2026-05-26 21:02:17 +08:00

12 lines
330 B
Python

class RemovedInPyjwt3Warning(DeprecationWarning):
"""Warning for features that will be removed in PyJWT 3."""
pass
class InsecureKeyLengthWarning(UserWarning):
"""Warning emitted when a cryptographic key is shorter than the minimum
recommended length. See :ref:`key-length-validation` for details."""
pass