nuxt-x-auth-stack
Login
Email/password login form with optional magic link, OTP links, and OAuth buttons for Stack Auth.
Login
The XAuthLogin component renders a complete login form for Stack Auth — email/password fields, optional OAuth provider buttons, and links to signup, forgot password, magic link, and OTP pages. Behaviour is controlled by xAuth.features in app.config.ts.
Components
<XAuthLogin />
Use on the /auth/login page. On success it navigates to xAuth.redirects.afterLogin.
<XAuthLogin />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
redirectTo | string | xAuth.redirects.afterLogin | Override the post-login redirect path |
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: XAuthLogin
package: "@xenterprises/nuxt-x-auth-stack"
use-when: Login page backed by Stack Auth
nuxt-x-auth-stack
Nuxt 4 authentication layer powered by Stack Auth — 10 XAuth-prefixed components, a useXAuth composable with OAuth/magic-link/OTP/password-reset support, global auth middleware, and 8 pre-built pages built on Nuxt UI v4.
Form
Base form wrapper that provides the shared card and layout shell for Stack Auth page components.
