PinnedA Complete Guide to Next.js AuthorizationIn this tutorial, we’ll learn about authorization, how it works, and how to integrate it into a Next.js application using Cerbos, an open-source authorization project. This approach will allow us to seamlessly manage and enforce access controls withi...Apr 19, 2024·12 min read
RBAC vs ABAC | Which is better for your application?Role-Based Access Control (RBAC) and Attribute-Based Access Control (ABAC) are two common methods of ensuring system users only have access to the resources they need to do their job. Access control is the second step in providing access to digital r...May 7, 2024·2 min read
Implementing Cerbos in a Spring Boot ApplicationIn this tutorial, you’ll learn about authorization, how it works, and how to use Cerbos to integrate authorization into a Spring Boot application. Let's get started. What is Authorization and Access Control? Authorization defines the number of functi...May 5, 2024·10 min read
How to add authorization to a Flask applicationRobust and reliable authorization is crucial if you are to create a secure web application in Flask. Fortunately, Flask allows you to implement authorization in a variety of ways. In this brief guide, the team at Cerbos look at how to implement autho...Apr 29, 2024·3 min read
The Security Repo podcast: Why authorization matters more than you may think | CerbosMai takeways of the episode The ongoing challenge of authorizationEmre emphasized that authorization often takes a backseat during the initial phases of development. This oversight can lead to simplistic solutions that fail to address the nuanced sec...Apr 28, 2024·28 min read
How to Implement Authorization in React JSHello devs, In this blog, we will learn how to implement an authorization mechanism in ReactJS applications using Cerbos. Before, let's understand the basics of authorization and why it is needed. Any application that requires a user login needs an ...Apr 23, 2024·11 min read
The Scripting Den podcast: Exploring the evolution of security post-MVP | CerbosThe role of security in product evolution Alex emphasized the significance of security as products transition from MVP to full-scale solutions. He discussed how initial simple authorization mechanisms often need sophisticated upgrades to handle incre...Apr 21, 2024·31 min read