Skip to main content

AdminForth Adapters

Overview of all available adapters in the AdminForth ecosystem. Adapters enable integration with external services for features like authentication, email delivery, AI completion, image generation, and file storage.


๐Ÿ“ง Email Adaptersโ€‹

Is used to send emails

adminforth-email-adapter-aws-sesโ€‹

Enables email delivery via Amazon Simple Email Service (SES), suitable for high-volume, programmatic email sending.

adminforth-email-adapter-mailgunโ€‹

Allows sending transactional or marketing emails using Mailgun, a developer-friendly email service.


๐Ÿ” OAuth Adaptersโ€‹

Is used for integrating third-party login providers using the OAuth 2.0 protocol.

adminforth-google-oauth-adapterโ€‹

Supports Google sign-in to allow users to authenticate using their Google accounts.

adminforth-github-oauth-adapterโ€‹

Enables authentication via GitHub accounts, useful for developer tools and open-source apps.

adminforth-facebook-oauth-adapterโ€‹

Allows users to log in with Facebook credentials.

adminforth-keycloak-oauth-adapterโ€‹

Connects AdminForth to a Keycloak identity provider for enterprise-grade SSO (Single Sign-On).

adminforth-microsoft-oauth-adapterโ€‹

Supports login through Microsoft accounts including Azure AD, Office365, and Outlook.com.

adminforth-twitch-oauth-adapterโ€‹

Adds support for Twitch authentication, useful for streaming or creator-oriented platforms.


๐ŸŽจ Image Generation Adaptersโ€‹

Is used for image generating

adminforth-image-generation-adapter-openaiโ€‹

Uses OpenAIโ€™s image models (like DALLยทE) to generate images from text prompts.


๐Ÿ’พ Storage Adaptersโ€‹

Is used for storing files

adminforth-storage-adapter-amazon-s3โ€‹

Stores uploaded files in Amazon S3, providing scalable cloud storage.

adminforth-storage-adapter-localโ€‹

Stores files locally on the serverโ€™s filesystem. Suitable for development or small-scale self-hosted setups.


๐Ÿง  AI Completion Adaptersโ€‹

Is used for AI-powered sentence completion

adminforth-completion-adapter-open-ai-chat-gptโ€‹

Integrates AdminForth with OpenAIโ€™s ChatGPT models to provide AI-powered completion and conversational features.