Backend
31 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
Idempotency
Property where multiple operations produce same result as once
Serverless
Cloud model running code on-demand without server management
Event-Driven Architecture
Design pattern where components communicate via events
gRPC
High-performance RPC framework using Protocol Buffers
Backend Development
Building server-side logic, databases, and APIs
Caching
Storing frequently accessed data for improved performance