Technology
JWT
JSON Web Token — a compact token format for securely transmitting information between parties.
What is JWT?
A JSON Web Token is a compact, URL-safe token that encodes claims as a JSON object. JWTs are signed (and optionally encrypted) to verify integrity and authenticity.