💡 What is a JWT?

JSON Web Tokens are used for authentication. They contain a header, payload (claims), and signature.

🔒 Decoding happens locally. Your tokens never leave your browser.