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
In the Try It scenario, why are bearer tokens the better fit for a native mobile app compared to cookie-based sessions?
A
Mobile apps cannot make HTTP requests at all
B
Mobile apps lack a browser's automatic cookie-jar attachment behavior, so cookies lose their main convenience advantage there, while bearer tokens' explicit-attachment model works identically regardless of platform
C
Bearer tokens are always more secure than cookies in every scenario
D
Mobile apps are incapable of storing any credentials
Check Answer