MCP server auth implementation guide
Posted by Most_Relationship_93@reddit | programming | View on Reddit | 2 comments
Posted by Most_Relationship_93@reddit | programming | View on Reddit | 2 comments
vowskigin@reddit
That bit stood out. It’s something a lot of people overlook, especially when you’re just trying to get auth working and move on. I’ve worked on teams where we trusted whatever was in the token without checking if the issuer was even allowed.
Makes me think... maybe token validation should be less DIY. Would be nice if libraries made the right thing harder to screw up. Anyone actually using MCP in production yet?
Jolly-Warthog-1427@reddit
Google tink is one of the libraries trying to do the right thing. You should not be able to read anything from an invalis token. And invalid includes unknown issuer