Building an MCP Authorization Layer On Top of My Own JWT Library
August 9, 2026 | draft
The MCP spec added OAuth 2.1 authorization requirements on July 28, 2026. I started building against it four days later. Almost nobody implements it correctly yet, so I built the missing piece, a Go authorization middleware for MCP servers, layered on top of a JWT library I'd already built from scratch.
Read Post