Skip to main content
Version: 4.xx.xx

Permify

Access control refers to the methods and processes used to restrict access to certain parts of a web application or website based on the user's permissions. It ensures that users can only interact with the content and features they are authorized to use, enhancing security and user experience.

This example demonstrates how to use Refine and Permify to simplify access control management throughout your application.

Refer to the Refine Access Control Provider documentation for more information. →

Run on your local
npm create refine-app@latest -- --example access-control-permify