> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Jwt decode without verify

<AccordionGroup>
  <Accordion title="jwt-decode-without-verify">
    Detected the decoding of a JWT token without a verify step. JWT tokens must be verified before use, otherwise the token's integrity is unknown. This means a malicious actor could forge a JWT token with any claims. Validate the token before using it.<br />**Likelihood**: MEDIUM<br />**Confidence**: HIGH<br />**CWE**: <br />- CWE-345: Insufficient Verification of Data Authenticity
    <br />**OWASP**: <br />- A08:2021 - Software and Data Integrity Failures
  </Accordion>
</AccordionGroup>
