Tag

#oauth

2 articles tagged #oauth. See all tags →

OAuth Is Not a Login System. And as of 2.1 There Is Only One Flow.
Tech9 min

OAuth Is Not a Login System. And as of 2.1 There Is Only One Flow.

Two things would prevent most OAuth bugs. OAuth answers what a caller may access, not who they are, so using it to log people in is a category error. And the flow chart everyone agonized over has collapsed: authorization code plus PKCE, for every client type, no exceptions.

oauthoidcauthentication
Building a Production MCP Server: The Guide I Wish I Had
Tech11 min

Building a Production MCP Server: The Guide I Wish I Had

Most MCP tutorials stop at hello-world. Then you try to run one on the open internet with real auth, real load, and real attackers, and every assumption breaks. Here are the five design decisions that actually decide whether your server survives production.

mcpai-agentsoauth