What is Policy?

A policy in Oso is a collection of rules written in the Polar language that define the authorization logic for an application. Policies specify which actors can perform which actions on which resources, serving as the blueprint for access control decisions.

Authorization done right