nuxt-x-auth-stack
Signup
Registration form with email, password, and optional name fields for Stack Auth.
Signup
The XAuthSignup component renders a registration form with email, password, and optional name fields. On success it navigates to xAuth.redirects.afterSignup.
Components
<XAuthSignup />
Use on the /auth/signup page. Shown when xAuth.features.signup is true.
<XAuthSignup />
Props
No props. Behaviour is controlled by xAuth.features and xAuth.redirects in app.config.ts; loading and error states are managed internally via useXAuth.
AI Context
component: XAuthSignup
package: "@xenterprises/nuxt-x-auth-stack"
use-when: Signup / registration page backed by Stack Auth
