Urgent.News

What's breaking now, across thousands of outlets.

Tech

How do you design permissions for a multi-tenant SaaS product?

I’ve been thinking a lot recently while working on migrating the Role and Permission System of our organization-based SaaS product to a more scalable authorization architecture. Our product has multiple roles, different permissions, and different data scopes depending on the user and organization. As the system grows, simply adding more roles and if conditions across endpoints quickly becomes…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

Learning OWASP A01 and A02: Broken Access Control and Security Misconfiguration

By Samyuktha Introduction Not every learning exercise ends with a dramatic finding, and that's a fine outcome. This post walks through two OWASP Top 10 (2025) categories I studied hands-on via…

  • Broken Access Control (A01) highlighted as top web app risk
  • IDOR and missing function-level access control explained
  • Security misconfiguration risks include defaults and outdated software

More from Wednesday 26 August →