SaaS Security Best Practices: Auth, Authorization, and Data Protection
Security is not a feature — it is a property of your entire architecture. This guide covers the security practices implemented in production SaaS appl…
Latest Architecture news from Tech News
Security is not a feature — it is a property of your entire architecture. This guide covers the security practices implemented in production SaaS appl…
This is part 2 of our authentication and authorization series. In the previous part, we implemented an authentication system from scratch in Golang wi…
What building cross-service RBAC taught me about the difference between a fast check and a correct one VaultPay is a wallet microservice I built on to…
There are plenty of times you want to delegate "let this request through, or block it" to a wasm filter inside Envoy. API gateways, service mesh bound…