The Secure Developer

The Future Of API Security With FireTail’s Jeremy Snyder

6 snips
May 13, 2025
Jeremy Snyder, Co-founder and CEO of FireTail, brings deep expertise in API and AI security. He discusses the challenges of GraphQL adoption, highlighting its vulnerabilities compared to the traditional REST framework. Snyder shares insights on critical security practices, emphasizing the difference between authentication and authorization. He uncovers common pitfalls like Broken Object-Level Authorization and the risks posed by microservices. The conversation also delves into the evolving landscape of security in the context of AI integration, hinting at a brighter future for API protection.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ANECDOTE

Jeremy Snyder's Security Journey

  • Jeremy Snyder shared his journey from a failed software developer to cloud security expert, emphasizing his early IT and security roles and time at AWS.
  • His experience witnessing AWS's early startup phase deeply shaped his understanding of cloud and API security needs.
ADVICE

Never Skip Server-Side Authorization

  • Always enforce server-side authorization checks on your APIs to prevent data breaches.
  • Avoid relying solely on authentication or pushing authorization to client-side; treat authentication and authorization distinctly.
ADVICE

Protect Against Sequential ID Attacks

  • Avoid using sequential integer IDs as primary keys in API requests because they enable attackers to iterate and access unauthorized data.
  • Implement non-sequential or obfuscated identifiers to reduce broken object-level authorization risks.
Get the Snipd Podcast app to discover more snips from this episode
Get the app