X Enterprises
nuxt-x-auth-local

Signup

Registration form that posts to the configured signup endpoint of a self-hosted JWT backend.

Signup

The XAuthSignup component renders a registration form with email, password, and password-confirmation fields. It posts to localAuth.signupEndpoint and on success navigates to xAuth.redirects.afterSignup.

Components

<XAuthSignup />

Use on the /auth/signup page. Shown when xAuth.features.signup is true.

<XAuthSignup />

Props

PropTypeDefaultDescription
redirectTostringxAuth.redirects.afterSignupOverride the post-signup redirect path
loadingbooleanfalseShow a loading state on the submit button
errorstring | nullnullDisplay an error message above the form

AI Context

component: XAuthSignup
package: "@xenterprises/nuxt-x-auth-local"
use-when: Signup / registration page for a self-hosted JWT backend API
Copyright © 2026