Licensing Guide
Gluesync uses a secure, offline-first licensing system based on JWT tokens, designed to work in highly secured environments without requiring internet connectivity.
License Overview
Component | Description |
---|---|
Format |
JWT-based |
Verification |
Fully offline, using JWT payload decoding |
Security |
Public/private key pair signing |
License Information
Each license contains:
-
License type (Trial, Enterprise, Enterprise with Advanced Security, NFR)
-
Enabled features
-
Product details
-
Expiration date
You can decode your license file at jwt.io to view these details. |
License Types
Type | Duration | Features |
---|---|---|
Trial |
30 days |
Full product capabilities No limitations |
Enterprise |
As per agreement |
Custom feature set based on order |
Managing Your License
Checking License Expiration
There are two ways to check your license expiration:
-
Console Output
JwtLicenceKeyComponentSetup INFO - Licence key info [expireDate: Sun Oct 29 09:35:40 UTC 2023, plan: trial]
-
JWT Decoder
Upload your license file to jwt.io to view expiration date and other details.
Our team proactively monitors license expiration and will contact you before renewal dates. |
Technical Details
JWT Implementation
-
Based on JSON Web Tokens
-
Secure message exchange between parties
-
Industry-standard encryption
-
Offline verification capability