Docs

Auth & Permissions

Auth & Permissions Use these examples when the main question is who can read or change a record. Enfyra uses enfyra_user as the built-in user table. Relate application records directly to enfyra_user through real relations, then enforce ownership with route permissions, field per

Auth & Permissions

Use these examples when the main question is who can read or change a record.

Enfyra uses enfyra_user as the built-in user table. Relate application records directly to enfyra_user through real relations, then enforce ownership with route permissions, field permissions, pre-hooks, and handlers.

Recipes

Rule Of Thumb

Use UI permissions for clarity, but always enforce the same rule on the server. A hidden button is not an access-control boundary.