Docs
Examples
Examples Use these examples when you want to see a complete Enfyra feature built from tables, routes, hooks, handlers, permissions, integrations, and app UI pieces. Each example focuses on a practical workflow instead of isolated API calls. For framework setup, read Integrations
Examples
Use these examples when you want to see a complete Enfyra feature built from tables, routes, hooks, handlers, permissions, integrations, and app UI pieces.
Each example focuses on a practical workflow instead of isolated API calls. For framework setup, read Integrations first.
Available Examples
- User Registration Example - Create a custom registration endpoint with validation, password hashing, duplicate checks, and response handling.
- Row-Level Security Example - Build a multi-tenant application where teams share tables but only see their own data.
- Third-Party Chat App Example - Build an SSR chat app using Enfyra auth, REST, and Socket.IO through a same-origin proxy.
How To Use Examples
- Read the goal and table setup.
- Create the required tables and relations in the admin app.
- Add the route, hook, handler, permission, integration, or extension records described in the example.
- Test the flow from the app or API client.
- Reuse the same pattern in your own project.