Backend
30 views
JWT
Quick Definition
Compact secure token for transmitting information
Full Definition
JSON Web Token, a compact URL-safe token for securely transmitting information between parties.
Examples
access tokens, refresh tokens, stateless authentication
Related Terms
authentication
oauth
token
More Backend Terms
Dead Letter Queue
Queue for messages that fail processing after retries
Message Queue
System for asynchronous service communication via messages
Server Sent Events
Server-to-client unidirectional real-time updates over HTTP
Repository Pattern
Design pattern abstracting data access behind an interface
Authentication
Verifying user identity before granting access
Circuit Breaker
Pattern preventing cascading failures by halting failing requests