Links tagged “json-web-token”
4 links, newest first.
tools.ietf.org
[Docs] [txt pdf] [draft-ietf-oauth -...] [Diff1" )] [Diff2] [IPR] PROPOSED STANDARD Internet Engineering Task Force (IETF) M.
python-jose.readthedocs.org
python-jose¶ A JOSE implementation in Python The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorith…
pyjwt.readthedocs.org
import jwt jwt.encode({'some': 'payload'}, 'secret', algorithm='HS256') 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.4twFt5NiznN84AWoo1d7KO1Tyoc0Z6XOpOVswacPZg' jwt.decode('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.4twFt5NiznN84AWoo1d7KO1Tyoc0Z6XOpOVswacPZg', 's…



