Properties
Features
- Dynamically shows current user’s name or email
- Configurable fallback for unauthenticated state
- Inherits Framer text styling
- Updates automatically when user data changes
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Auth Plugin text component for Framer that shows the signed-in user’s name or email, with a configurable fallback shown to unauthenticated guests.
| 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 |
"Welcome back, {Identity Label}" → "Welcome back, John Doe"
IdentityName or IdentityEmail code overrides on any Framer text element instead.