API Reference Rephi v#0.0.2
View SourceModules
Rephi keeps the contexts that define your domain and business logic.
The Accounts context for managing users.
Junction table schema for user-role assignments.
The Authorization context manages roles, permissions, and user authorization.
Schema and validations for permissions in the authorization system.
Schema and validations for roles in the authorization system.
The entrypoint for defining your web interface, such as controllers, components, channels, and so on.
Helper functions for authorization checks in controllers and views.
Phoenix plugs for authorization checks in controllers.
Guardian implementation for JWT token management with authorization support.
Conveniences for formatting and returning error responses. Provides consistent error formatting across the application.
This module is invoked by your endpoint in case of errors on JSON requests.
A module providing Internationalization with a gettext-based API.
Controller for managing roles in the authorization system.
Controller for user management endpoints.
View module for rendering user data.
Mix Tasks
Creates a new Rephi application.