Glossary

50 definitions covering JSON Web Tokens, signing algorithms, standard claims, secrets management, and cryptographic primitives. Each term includes a plain-language definition, why it matters for production security, optional code examples, and links to related tools and comparisons.

New to JWTs? Start with JSON Web Token, JWT secret keys, and HS256. For side-by-side decisions, see our comparison guides.

A

B

C

E

H

I

J

K

M

N

O

P

R

S

T

U

Z

Frequently Asked Questions

What is a JWT glossary term?

Each entry defines one JWT or cryptography concept in plain language — algorithm names, standard claims, token formats, and security primitives used when building authentication systems.

How do I use the JWTSecrets glossary?

Search alphabetically or start from core terms like JWT, HS256, and jwt-secret. Each page links to related tools, comparisons, and blog guides for deeper context.

Are glossary definitions enough for production security?

Definitions explain concepts; production systems still need proper secret storage, algorithm allowlists, short token lifetimes, and signature verification in code — use our tools and guides alongside these definitions.

How is this glossary different from RFC 7519?

RFC 7519 is the formal specification. Our glossary translates those standards into developer-friendly explanations with practical security guidance and links to working browser tools.