IMPORTANT NOTICE:
This extension has been merged into Matrix core as of version 6.15 and is no longer required to be installed separately.
JSON Web Token
Generate dynamic JSON Web Tokens from Matrix to integrate with services that implement JWT authentication.
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed.
The JSON Web Token (JWT) extension for Squiz Matrix lets you generate dynamic JSON Web Tokens (JWTs) from Matrix. The tokens can be used to integrate with third-party services and platforms that implement JWT authentication. The JSON Web Token asset in Matrix is signed using a secret with the HMAC algorithm.
Once the extension is installed, you can create new JWTs using the asset tree.
On the details screen you can configure a secret, payload, and expiry time on the token, which together generates the JSON Web Token when viewing it on the frontend.
Please refer to the extension's official documentation for information on how to install it.
Type | Product extension |
---|---|
Extension type | Matrix package |
For | CMS (Matrix) |
Version | 1.0.2 |
Min. Matrix version | 5.5.4.0 |
Documentation |