11 lines
342 B
Markdown

# 02 Auth OAuth
Focus: Uber Eats OAuth 2.0 per merchant (multi-client onboarding).
- Generate authorize URL by merchant
- Handle callback and store tokens
- Refresh token flow
- Token expiry handling policy
- Sandbox utility for app token generation (`client_credentials`)
- Domain pairing validation to prevent sandbox/production mismatch