Skip to main content
Particularly LogoParticular.ly
JWT Token
About JWT

JSON Web Tokens (JWT) are a compact, URL-safe way to represent claims between parties. They consist of three parts:

  • Header: Contains the token type and signing algorithm
  • Payload: Contains the claims (data)
  • Signature: Used to verify the token wasn't tampered with