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
How does webhook signature verification relate to CSRF token comparison, per Under the Hood?
A
They are completely unrelated mechanisms
B
Both rely on the same underlying discipline — HMAC-style signing and a timing-safe comparison — applied to different authentication contexts (an inbound webhook vs. a form/session token)
C
Webhook signatures replace the need for CSRF tokens entirely
D
CSRF tokens are a type of webhook
Check Answer