Generating an MCP server in Go
MCP is table stakes for any service, and Go's official SDK makes support trivial. The hard part is staying current, so we generate ours from Protobuf.
CTO
CTO
Eric is an engineering leader with 10+ years experience in cloud identity, OS security, and hardware attestation. He worked in Google's Security org for over six years, wrote Dex at CoreOS, and co-lead the Kubernetes Auth Special Interest Group.
MCP is table stakes for any service, and Go's official SDK makes support trivial. The hard part is staying current, so we generate ours from Protobuf.
CTO
CTO
The passkey PRF extension lets syncable credentials do much more than login users. See how apps are using this for end-to-end encryption.
CTO
CTO
We threw Go’s new “testing/synctest” package at a particularly gnarly part of our codebase and were pleasantly surprised by how effective it was.
CTO
CTO
SQL builders are always one bad logic bug away from full-blown query injection. Oblique uses Go type tricks to prevent this entire class of backend issues.
CTO
CTO
Instead of minting long-lived API keys and warning users “keep this secret,” let's use GitHub Action's OpenID Connect support instead.
CTO
CTO
We’d love to help you get to more maintainable access controls