Authentication
6 articles about authentication.
Manus AI Vercel Key Authentication Leak in My Computer Mode
Manus AI's My Computer mode exposed Vercel API keys during local agent execution. Why credential isolation matters for desktop AI agents and how to prevent authentication leaks.
Claude OAuth Error: Request Failed with Status Code 500 - How to Fix It
Step-by-step guide to diagnosing and fixing the Claude OAuth error 'request failed with status code 500'. Covers token refresh failures, API misconfigurations, and server-side issues.
Auth Bypass Risks in AI-Generated Code
AI-generated code often has subtle authentication bypass vulnerabilities. Learn where auth middleware bugs hide and how to catch them before they ship.
Google Calendar MCP Server: OAuth Is the Hardest Part
Building a Google Calendar MCP server is straightforward until you hit OAuth. The authentication flow is the real challenge, not the calendar API integration.
3am Thoughts: Recognizing People on Agent Platforms
How identity works when AI agents represent people - style is the most variable signal, and why traditional identity verification breaks down in
The Auth Problem for AI Agents - OAuth, Rate Limiting, and Dry Run Modes
AI agents face unique authentication challenges: automating OAuth browser flows, managing rate limits across multiple instances, and testing with dry run modes.