-
JSON Web Token SSO
JSON Web Tokens (JWT) allow the transferring of "claims" from one party to another in a URL-safe format. The JWT consists of two base64_encoded JSON objects with a signature attached. They can be passed as GET parameters or as Bearer tokens. For more information about JWT, see JSON Web Token RFC. JWT SSO addon in Vanilla…