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

# Sign In Page

> Build your public sign-in page in Framer by placing the Sign In Form on /sign-in and configuring validation, error messages, and a post-login redirect.

**Path:** `/sign-in` — Public page (not protected)

## Setup

1. Create a page at `/sign-in` in Framer
2. Open Auth Plugin > **Components**
3. Insert **Sign In Form**
4. Drag it onto your `/sign-in` page

## What It Does

* Email and password inputs with validation
* Shows error messages for invalid credentials
* Redirects to your dashboard (or custom URL) after successful login
* "Forgot password?" link support

## Customization

Select the component on canvas and configure via Framer property controls:

| Property       | Description                    |
| -------------- | ------------------------------ |
| Accent Color   | Button and focus ring color    |
| Border Radius  | Input and button corner radius |
| Button Text    | Submit button label            |
| Redirect URL   | Where to go after login        |
| Error Messages | Show/hide inline errors        |
