AI and Authentication Articles
AI Authentication and Authorization
This article covers three common AI use cases: RAG, MCP and agentic systems. It also discusses how authentication and authorization interact with these use cases.
Authenticating AI Agents: The New Authentication Paradigm
Learn how to secure your applications as AI agents become first-class actors alongside humans in your systems.
How to Make Your Developer Documentation Work with LLMs: Lessons from the Trenches
How to prepare your developer docs for LLMs, improving AI-driven search and reducing inaccuracies in generated responses.
Securing AI Agents
Agent security isn't one thing; it's a layered defense. Especially when agents are calling APIs or other networked services. Discover the layers of the secure agent stack in this article.
The Authentication Rabbit Hole: What I Learned From Vibe-Coding Auth with AI
AI can write code, but can it secure it? We explore the hidden dangers of AI-generated authentication—from weak password policies to missing CSRF protection—and why purpose-built solutions like FusionAuth remain essential for production apps.
Understanding Model Context Protocol: Connecting Your Software To AI
Learn how the Model Context Protocol (MCP) standardizes AI agent-to-software communication and why OAuth-based authentication is essential for secure, scalable implementations.