📄️ Audit Log
AuditLog plugin allows to log all changes in the resources done from the admin panel.
📄️ Two-Factor Authentication Plugin
The Two-Factor Authentication Plugin provides an additional layer of security to the application by requiring users to provide a second form of authentication in addition to their password. This plugin supports authenticator apps.
📄️ Foreign Inline List
Foreign inline list plugin allows to display a list (table) of items from a foreign table in the show view.
📄️ Rich Editor
Under the hood this plugin uses Quill. Quill is a free, open source WYSIWYG editor built for the modern web.
📄️ Text Complete
This plugin allows you to auto-complete text and string fields using OpenAI GPT models via the Responses API.
📄️ Email Password Reset
Plugin allows to reset password for admin users who forgot their password by sending email with reset link signed with secured JWT token.
📄️ Import Export
Import-Export is a plugin that allows you to import and export data from and to a CSV file.
📄️ Open Signup
Open Signup plugin allows users to register in adminforth by them-selfs without admin.
📄️ Internationalization (i18n)
This plugin allows you translate your AdminForth application to multiple languages.
📄️ OAuth Authentication
The OAuth plugin enables OAuth2-based authentication in AdminForth, allowing users to sign in using their Google, GitHub, Facebook or other OAuth2 provider accounts.
📄️ Inline Create
The Inline Create plugin enables inline create in AdminForth, allowing users to create records directly in the list view.
📄️ List In-Place Edit
The List in Place Edit plugin allows you to edit records directly in the list view.
📄️ Markdown
The Markdown plugin enables Markdown support in AdminForth, allowing users to create and edit fields using Markdown syntax and save rich content in Markdown syntax.
📄️ Foreign Inline Show
Allows to add an inline show of connected foreign resource records on a adminforth show page.
📄️ Email Invite
Email Invite plugin allows administrators to create users without setting passwords. Instead, the plugin sends an email invitation to the newly created user, asking them to set their own password. This is more secure and user-friendly than having administrators set passwords for users.
📄️ Bulk AI Flow
This plugin allows filling fields in multiple selected records based on data from other fields using LLM.
📄️ Universal Search (Legacy)
Deprecated: Prefer the Quick Filters plugin. It provides the same functionality and more.
📄️ Login Captcha
(this plugin experemental and not yet fully tested)
📄️ User Soft Delete
Allows to deactivate users accound without deleting it.
📄️ Clone Row
Allows to create a copy of record quickly, by substituting default values to create form
📄️ Many to Many
This plugin lets you manage many-to-many relationships.
📄️ Background Jobs
BackgroundJobsPlugin adds a durable background-job system to AdminForth. Jobs are stored in your data store (via a resource), executed by registered handlers, and automatically resumed after server restarts.
📄️ Quick Filters
Allows you to add search input or select with preseted filters at the list view
📄️ Auto Remove Plugin
This plugin removes records from resources based on count-based or time-based rules.
📄️ Agent
TODO: this plugin tutorial is in progress, some information might be missing, we are actively working on it now. If you have any questions regarding this plugin, please reach out to us in GitHub issues
📄️ Upload
This plugin allows you to upload files to Amazon S3 bucket.
📄️ Upload API
The Upload plugin exposes an API for both backend-only uploads and direct browser uploads using presigned URLs. You can: