πŸ’‘ 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.