JSON Web Token (JWT)
JWT
is a proposed Internet standard for creating data with optional Signature and/or optional Encryption whose payload holds JSON that asserts some number of claims. The tokens are Signed either using a private secret or a Public Key/Private Key.