json_web_token v0.2.10 API Reference
Modules
Top level interface, or API, for signing and verifying a JSON Web Token (JWT)
Common algorithm sha_bits validation
Sign or verify a JSON Web Signature (JWS) structure using EDCSA
Encryption keys for test
Sign or verify a JSON Web Signature (JWS) structure using HMAC with SHA-2 algorithms
Sign or verify a JSON Web Signature (JWS) structure using RSASSA-PKCS-v1_5
Encryption keys for test
Choose a cryptographic algorithm to be used for a JSON Web Signature (JWS)
Represent content to be secured with digital signatures or Message Authentication Codes (MACs)
Encode claims for transmission as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure, enabling the claims to be integrity protected with a Message Authentication Code (MAC), to be later verified
Utility functions