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.