Writing a Lightweight Multi-issuer JWT Validation Library in Go
July 9, 2026 | Published
I built a multi-issuer JWT validation service from scratch in Go. Not because I needed to, production libraries exist for this. Because I wanted to understand what Spring Security was actually doing under the hood, and Go forced me to find out.
Read Post