pyjwt==2.13.0
# JSON Web Token implementation in Python
$ pip install pyjwt
downloads/wk
0
license
—
version
2.13.0
python
>=3.9
What is pyjwt?
PyJWT is a Python library for creating and verifying JSON Web Tokens (JWTs), which are compact, signed tokens used to securely transmit information between parties. Developers use it to implement authentication and authorization in web applications by generating tokens that can be validated without storing session data on the server. It handles the cryptographic signing and verification of tokens, making it easier to build secure token-based authentication systems.
Links
Keywords
Dependencies (2)