Security and Sync/JWT (JSON Web Tokens) Documentation
1 minti na karatu
JWT (JSON Web Tokens) Documentation
Using encrypted JWT token to securely verify the client.
Once verification is successful (status VERIFIED), our system will return an encrypted JWT (JSON Web Token) using the HS256 algorithm with your Webhook Secret key as the encryption password.
This token contains:
- Client's phone number
- Project ID
trustScore: Device reliability percentage for Adaptive Security.
You can verify this token on your backend server to ensure 100% that the verification was not tampered with.