Documentation
All articles tagged Documentation.

Add fully featured authorization to your Prisma app
Read this guide and learn how to set up a basic CRM web application using Prisma for data storage and Cerbos for fully featured authorization.

Cerbos PDP v0.41.0: Scope permissions and role policies
The latest Cerbos update improves scope permissions, role policies, and time-based condition functions. With stricter policy tests and better ECS CPU detection, Cerbos ensures more precise, efficient authorization. Learn more about the key improvements.

Cerbos PDP v0.37.0 Release Highlights: REPL autocomplete, Kubernetes DaemonSet and more
The v0.37 release of Cerbos PDP adds support for autocomplete when using the Cerbos REPL, new Kubernetes deployment options and updates to the AdminAPI.

Cerbos v0.36.0 Release Highlights: Technical Enhancements and Developer Features
Cerbos v0.36.0 enhances the efficiency and functionality of policy-driven access controls. This version introduces asynchronous audit logging, refined Kafka backend handling, and new administrative commands, all designed to optimize performance and scalability.

Streamlining Application Security Updates with @cerbos/embedded AutoUpdatingLoader feature
Cerbos has added support for AutoUpdatingLoader to the `@cerbos/embedded` SDK, which facilitates real-time policy updates on the client without requiring a full reload, disrupting the ongoing user experience.

Cerbos PDP v0.35.1: Enhancements, fixes, and a new admin API
Cerbos PDP v0.35.1 focus on refining the robustness of our policy decision platform with essential bug fixes and introducing new capabilities that provide deeper insights into policy configurations.

What is an authorization API?
An authorization API lets you implement access control policies and authorization independent of your core solution. It also forms a part of bigger trends towards centralized authorization strategies and zero trust models to prevent security incidents.

How to Implement RBAC authorization in Nest.JS
Understanding the most common methods of integrating Cerbos authorization within NestJS.

SQLAlchemy authorization: How to implement RBAC & ABAC
Read our guide on how to set up SQLAlchemy with Cerbos for easy authorization or user permission aware data filtering or fetching in your application.

Cerbos PDP v0.34.0: Enhanced usability and security
With the release of Cerbos PDP v0.34.0, we've taken significant strides in enhancing the usability of our software and bolstering security measures to ensure your applications remain secure and compliant with the latest standards.

Cerbos Hub’s Collaborative IDE: Craft access control policies in your browser in real-time
This article introduces the in-browser IDE Playground, available to Cerbos Hub users. The playground is designed to streamline access control management, providing a central collaborative environment for developer, product, or security teams to work on authorization policies together.

Upgraded user-defined output, audit log improvements, and more - Cerbos PDP v0.33
The v0.33 release of Cerbos PDP is packed with new features including an upgraded user-defined output, audit log improvements, and more.

Nuxt authorization: How to implement fine-grained access control
In this tutorial you will learn how to use Cerbos to add fine-grained access control to any Nuxt web application, simplifying authorization as a result.

Transition to OpenTelemetry, enhanced policy testing, and more - Cerbos v0.32
The v0.32 release of Cerbos is packed with new features such as flexible policy testing, support for derived roles inspection, TLS certificate rotation automation, and more.

Policy testing flexibility, configurable concurrent streams, and more - Cerbos v0.31
The v0.31 release of Cerbos is packed with new features such as policy testing flexibility and configurable concurrent streams.

Variables, log rotation, JWTs and more - Cerbos v0.30
The v0.30 release of Cerbos is packed with new features such as variable validation, log rotation and configurable JWT skew support.

Revolutionizing authorization in Laravel applications
We just released the Cerbos Laravel SDK – a seamless way to integrate Cerbos into your Laravel applications. To show its potential, we also built a demo project. This piece walks you through both of these, showing you how to simply use Cerbos to solve your authZ challenges.

Mongoose adapter for Cerbos Query Plans
Implement authorization based filtering using Mongoose and Cerbos Query Plans