python文档Python's documentation, tutorials, and guides are constantly evolving.Get started here, or scroll down for documentation broken out by type and subject.
jwtJSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS).