---
title: "Validate a JWT using Document Engine | Nutrient"
canonical_url: "https://www.nutrient.io/guides/document-engine/viewer/client-authentication/validate-a-jwt/"
md_url: "https://www.nutrient.io/guides/document-engine/viewer/client-authentication/validate-a-jwt.md"
last_updated: "2026-05-20T19:49:34.771Z"
description: "Learn how to authenticate clients by validating your JSON Web Token (JWT) in the Document Engine dashboard for error-free integration."
---

# Validate a JWT

If you’re having trouble authenticating your clients, you can validate your JSON Web Token (JWT) in the [Document Engine dashboard](https://www.nutrient.io/guides/document-engine/management/dashboard.md). This lets you check if you’re missing any claims and if your JWT is in the correct format.

If you’re testing Document Engine locally, you can follow the [setting up Document Engine](https://www.nutrient.io/sdk/document-engine/getting-started.md) guide and access the JWT validator at http://localhost:5000/dashboard/jwt-validation. To use it, paste the JWT into the text field. The validation result appears instantly.
---

## Related pages

- [Generate a JWT for mobile user authentication](/guides/document-engine/viewer/client-authentication/generate-a-jwt-for-mobile.md)
- [Generate a JWT](/guides/document-engine/viewer/client-authentication/generate-a-jwt.md)
- [Authentication flow](/guides/document-engine/viewer/client-authentication.md)

