JSON Web Tokens
LANGUAGES & FRAMEWORKS
Ring:
ADOPT
JSON Web Tokens, more usually abbreivated to JWT, are an industry standard method for securely transmitting sensitive data in a self-contained JSON object. The information can be signed using either a public/private key pair or secret to allow verification of the transmitted information.
v1 -
JWTs are a well established technology that being used by the Users and Auth team.