> ## 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.

# Introduction

> Add complete authentication to your Framer site: sign-in, sign-up, password reset, OTP, magic links, and Google OAuth, without writing backend code.

Auth Plugin adds a complete authentication system to your Framer website. Sign-in, sign-up, password reset, OTP, magic links, OAuth -- all pre-built and ready to use.

## What's Included

<CardGroup cols={2}>
  <Card title="Pre-built Components" icon="puzzle-piece">
    Sign In, Sign Up, Forgot/Reset Password, OTP, Magic Link, Social Auth, Profile, Avatar, Sign Out, Identity Label, and Code Overrides.
  </Card>

  <Card title="Protected Pages" icon="shield">
    Protect any page from unauthenticated visitors. They get redirected to sign-in automatically.
  </Card>

  <Card title="OAuth" icon="key">
    Google one-click sign-in. Set up in Settings with your Client ID and Secret.
  </Card>

  <Card title="Custom Branding" icon="palette">
    Set your logo, colors, and app name for all auth emails (welcome, reset, OTP, magic link).
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Install the Plugin">
    Install Auth Plugin from the Framer Marketplace and open it in your project.
  </Step>

  <Step title="Run Setup">
    The 4-step wizard connects your workspace, sets up protected pages, inserts scripts, and adds starter components.
  </Step>

  <Step title="Build Your Pages">
    Follow the Page Guide to set up each page — sign-in, sign-up, forgot/reset password, dashboard, and account.
  </Step>

  <Step title="Publish">
    Publish your site. Auth is live.
  </Step>
</Steps>

## Auth Methods

| Method           | Description                             |
| ---------------- | --------------------------------------- |
| Email & Password | Traditional sign-in and sign-up         |
| OTP              | Email code verification (4-6 digit)     |
| Magic Link       | Passwordless sign-in via email link     |
| Google OAuth     | One-click Google sign-in (via Settings) |
