DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
Why does the topic push back on the framing 'JWTs are stateless, so they're just better than sessions'?
A
Because JWTs are actually never stateless
B
Statelessness is a genuine scalability advantage but a direct tradeoff against revocability — whether that tradeoff is acceptable depends on the access token's lifetime and threat model, not a universal ranking
C
Because sessions are always faster than JWTs
D
Because this framing is completely accurate with no nuance needed
Check Answer