18h ago · 7 min read · You log in on one server. Your next request hits a completely different server. And yet… your authentication doesn’t break. Why? This looks simple on the surface, but it reveals one of the most import
Join discussion
9h ago · 29 min read · Kubernetes doesn't know who you are. It has no user database, no built-in login system, no password file. When you run kubectl get pods, Kubernetes receives an HTTP request and asks one question: who
Join discussion
14h ago · 7 min read · OAuth 2.1 is an updated version of the OAuth 2.0 authorization framework, providing enhanced security features and clarifications. It addresses some of the limitations and ambiguities present in OAuth 2.0, making it more robust for modern application...
Join discussion4d ago · 6 min read · If you have built a login system in a web application, you’ve probably faced this question at least once: Where should I store my JWT token? At first, most developers (including me) store it in loca
Join discussion
4d ago · 8 min read · We just shipped Authorizer v2 — a major rewrite of our open-source, self-hosted authentication and authorization server. If you've ever been frustrated by per-seat auth pricing, vendor lock-in, or shi
Join discussion