> ## Documentation Index
> Fetch the complete documentation index at: https://authplugin.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Latest updates, new features, and improvements to Auth Plugin.

<Update label="May 12, 2026" description="v1.5" tags={["New features", "Improvements"]}>
  ## Customize All Components with Custom Fields

  Every Auth Plugin component now exposes custom field options directly in the Framer properties panel. Tailor labels, placeholders, button text, helper messages, and error states on **Sign In**, **Sign Up**, **Forgot Password**, **Reset Password**, **OTP Verification**, **Magic Link**, **Profile Form**, **Avatar**, **Identity Label**, and **Sign Out Button** — no code overrides required.

  ## Improvements

  * Refined component property panels for clearer, faster setup.
  * Improved validation messaging across all auth forms.

  [Learn more about Components](/components/overview)
</Update>

<Update label="April 28, 2026" description="v1.4" tags={["New features"]}>
  ## Custom Branding

  Apply your brand to every authentication email. Set your **logo**, **brand colors**, and **app name** in **Settings → Branding** and the styling automatically applies to all transactional emails — welcome, password reset, OTP code, and magic link.

  [Learn more about Branding](/settings/branding)
</Update>

<Update label="April 14, 2026" description="v1.3" tags={["New releases"]}>
  ## Magic Link Authentication

  Passwordless sign-in with a single click. Drop the **Magic Link** component on your sign-in page and users receive a secure, time-limited link via email — click and they're in. No password required.

  ## Identity Label & Avatar Components

  Personalize any page with the signed-in user's profile. The **Identity Label** component displays the user's name or email anywhere on your site, and the **Avatar** component shows their profile picture with built-in upload support via the **Profile Form**.

  [Learn more about Magic Link](/components/magic-link) · [Avatar Component](/components/avatar)
</Update>

<Update label="March 30, 2026" description="v1.2" tags={["New releases"]}>
  ## OTP Verification

  Add an extra layer of security with email-based one-time passwords. The **OTP Verification** component accepts 4-6 digit codes with built-in auto-expiry, resend handling, and inline error states — works for both sign-in and sign-up flows.

  ## Code Overrides

  New **Auth Plugin Overrides** for advanced users. Attach overrides to any Framer element to control visibility, content, or behavior based on the user's authentication state.

  [Learn more about OTP Verification](/components/otp-verification) · [Code Overrides](/components/code-overrides)
</Update>

<Update label="March 18, 2026" description="v1.1" tags={["New releases"]}>
  ## Google OAuth

  One-click sign-in with Google. Add your Google **Client ID** and **Client Secret** in **Settings → OAuth** and the social sign-in button automatically appears on your **Sign In** and **Sign Up** forms.

  ## Profile Form & Sign Out Button

  Two new components for managing the signed-in experience. The **Profile Form** lets users update their name, email, password, and avatar from any page, and the **Sign Out Button** ends the current session and redirects wherever you specify.

  [Learn more about OAuth](/settings/oauth) · [Profile Form](/components/profile-form)
</Update>

<Update label="March 4, 2026" description="v1.0" tags={["New releases"]}>
  ## Auth Plugin is Live

  The first public release of Auth Plugin — complete authentication for any Framer website without writing backend code.

  ## What's Included

  * **Email & Password Authentication** — secure sign-up and sign-in with built-in **Forgot Password** and **Reset Password** flows.
  * **Pre-built Components** — drag-and-drop **Sign In Form**, **Sign Up Form**, **Forgot Password**, and **Reset Password** components, configurable from the Framer properties panel.
  * **Protected Pages** — restrict any page using URL patterns. Unauthenticated visitors are redirected to your sign-in page automatically.
  * **Setup Wizard** — a guided 4-step wizard connects your workspace, configures protected pages, inserts the required scripts, and adds starter components to your canvas.

  [Get Started](/getting-started/installation) · [Setup Wizard](/getting-started/setup-wizard)
</Update>
