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

# Identity Label

> Auth Plugin text component for Framer that shows the signed-in user's name or email, with a configurable fallback shown to unauthenticated guests.

A text element that dynamically displays the current user's name or email.

## Properties

| Property          | Type   | Description                             | Default |
| ----------------- | ------ | --------------------------------------- | ------- |
| **Display Field** | Enum   | Which field to show (`name` or `email`) | `name`  |
| **Fallback Text** | String | Text shown when not authenticated       | `Guest` |
| **Font Size**     | Number | Text size in pixels                     | `14`    |

## Features

* Dynamically shows current user's name or email
* Configurable fallback for unauthenticated state
* Inherits Framer text styling
* Updates automatically when user data changes

## Usage

Use in headers, navigation bars, or welcome messages to greet users by name.

```
"Welcome back, {Identity Label}" → "Welcome back, John Doe"
```

<Tip>
  For more control, use the `IdentityName` or `IdentityEmail` code overrides on any Framer text element instead.
</Tip>
