Documentation
  • 👋Welcome to Cerberus
  • Overview
    • 💡What we do
    • ✨Our Features
  • Product Guides
    • 💡Core concepts
    • 🍎Creating an App
    • 📎Modeling your domain
    • 📄Creating policies
  • Tutorial
    • 🛠️Getting set up
      • 🌠Cloning project
      • 👷Setting up workspace
      • 🏃‍♂️Build and run app
    • 📏Creating static rules
      • Create an account
      • Add migrations
    • ✍️Implementation
      • Backend
        • Migrate existing data
        • Routes
        • Services
          • User
          • Project
          • Sprint
          • Story
      • Frontend
        • Settings
        • Projects
        • Sprints
        • Stories
  • APIs
    • 🎨REST API
    • 🖥️Websocket API
  • Migrations
    • 🐧Scripting language
    • 🏃‍♂️Running migrations
Powered by GitBook
On this page
  • Low latency API
  • Built-in safety mechanisms
  • Integrate in your release process
  1. Overview

Our Features

PreviousWhat we doNextCore concepts

Last updated 2 years ago

Low latency API

Cerberus is meant to be used in real-time by both your frontend and backend, performing various permission checks on components and resources.

This requires a low latency API that can scale to handle any capacity while serving access checks in milliseconds.

lightning fast

Built-in safety mechanisms

A side-effect of positive-only permissions, is that by default, no-one has any permissions, until granted.

This could potentially lead to situations, where if a user, role or permission is removed, then no-one has access to the affected resources anymore.

Cerberus has built-in safety mechanisms to automatically ensure that at least one user in an account always has the minimum required access to any given resource.

This ensures that your customers never lose access to their data.

Integrate in your release process

As your product evolves, so will your domain and policies change over time.

We have a small scripting language built specifically to enable you to migrate these static rules along with your releases using standard migration tools.

safeguarding your customers resources
migrate your rules
✨