Backend
136 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
Repository Pattern
Design pattern abstracting data access behind an interface
Middleware
Software processing requests between OS and applications
Circuit Breaker
Pattern preventing cascading failures by halting failing requests
Saga Pattern
Pattern managing distributed transactions with compensating actions
HTTP Methods
Standardized verbs defining actions on REST resources
WebSocket
Protocol for full-duplex real-time communication over TCP