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...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
What should happen if a Proxy-based optimistic auth check passes, but the underlying session turns out to be invalid when the actual protected Server Component runs?
A
Nothing further is needed — Proxy already handled it
B
The Server Component (or Route Handler/Server Action) must still perform its own authoritative authorization check and reject the request if invalid
C
This scenario can't happen
D
The response is cached regardless of validity
Check Answer