Quick Start
A quick start guide to start using Permix and validating your permissions
Try Permix
Want to explore Permix before installing? Try our interactive sandbox environment where you can experiment with type-safe permissions management right in your browser.
Installation
Create an instance
To create a base instance, you need to provide a schema as a generic type to createPermix
function that defines your permissions:
Learn more about features and configuration of instances in the instance guide.
Setup your permissions
You can setup your permissions by calling setup
method on your instance in any place you want:
Integrations
Continuing from the quick start, you can now explore how Permix integrates with other libraries and frameworks.