Skip to main content
Skip table of contents

JWT

JSON Web Token (JWT) is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. The provided information can be trusted because it is digitally signed by HMAC algorithm or encrypted by RSA algorithm.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.