Software Engineering KB

Home

❯

08 Security

❯

01 Authentication and Authorization

❯

00 Category

❯

JWT (JSON Web Tokens)

JWT (JSON Web Tokens)

Feb 10, 20261 min read

  • authentication
  • jwt

JWT (JSON Web Tokens)

Back: Authentication and Authorization

A compact, self-contained token format for securely transmitting claims between parties. JWTs consist of a header, payload, and signature, enabling stateless authentication and authorization without server-side session storage.

Concepts

  • JWT Structure
  • JWT Claims
  • JWT Signing
  • JWT Validation
  • JWT Security Concerns
  • JWE (Encrypted JWTs)

authentication jwt


Graph View

  • JWT (JSON Web Tokens)
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • JWT Structure
  • JWT Validation
  • Authentication and Authorization

Created with Quartz v4.5.2 © 2026

  • GitHub