nuxt-x-neon-auth
Signup
Registration form with email, password, and OAuth options for Neon Auth.
Signup
The XAuthSignup component renders a registration form with email, password, and OAuth provider buttons. On success it navigates to xAuth.redirects.afterSignup.
Components
<XAuthSignup />
Use on the /auth/signup page.
<XAuthSignup />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
redirectTo | string | xAuth.redirects.afterSignup | Override the post-signup 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: XAuthSignup
package: "@xenterprises/nuxt-x-neon-auth"
use-when: Signup / registration page backed by Neon Auth
