Online tools

JWT decoder

This only decodes. It does not check that a secret signed the token. exp is shown as a readable time.

How to use it

  1. Paste the whole token
  2. Read the header and payload
  3. Check whether exp is in the past

Other tools