nuxt-x-auth-stack
MagicLink
Magic link request form that sends a Stack Auth passwordless sign-in email.
MagicLink
The XAuthMagicLink component renders a single email field that calls sendMagicLink. After a successful send it switches to a confirmation message. Visible when xAuth.features.magicLink is true.
Components
<XAuthMagicLink />
Use on the /auth/magic-link page.
<XAuthMagicLink />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
loading | boolean | false | Show a loading state on the submit button |
error | string | null | null | Display an error message above the form |
AI Context
component: XAuthMagicLink
package: "@xenterprises/nuxt-x-auth-stack"
use-when: Magic link sign-in page backed by Stack Auth
