Links tagged “json-web-token”
4 links, newest first.
jwt.io
Debugger and reference site for JSON Web Tokens: decode, verify and generate tokens in the browser, with a directory of JWT libraries per language.
pyjwt.readthedocs.org
Documentation for PyJWT, the Python library that encodes and decodes JSON Web Tokens, covering signing algorithms, claim validation and JWKS endpoints.
python-jose.readthedocs.org
Documentation for python-jose, a Python implementation of the JOSE suite: JSON Web Signature, Encryption, Key and Algorithms.
tools.ietf.org
IETF standard defining JSON Web Token, a compact URL-safe format for representing signed or encrypted claims exchanged between two parties.



