YeetCode
Guides

Protected API Endpoints

Create authenticated HTTP API endpoints that verify user identity.

Create HTTP endpoints that require authentication before processing requests.

What You'll Do

  • Verify authentication in an HTTP action
  • Extract and validate the user's identity
  • Return appropriate errors for unauthenticated requests
  • Combine HTTP actions with authenticated mutations

On this page