JSON Web Tokens (JWT) are widely used for secure authentication and authorization in modern applications. These notes explain token structure, header, payload, signature, and how JWT enables stateless session management. With examples, they help learners and developers implement secure token-based access in web and mobile apps.