Create Account
Create an account on a premium signup surface grounded in live auth truth.
Signup keeps the real Supabase account-creation path while disclosing password policy, confirmation handoff, and auth continuity from one premium surface.
Fallback mode stays explicit if the live signup contract is unavailable, but account creation remains enabled.
Premium signup lane
Real account creation still goes directly to Supabase sign-up. This surface only adds live policy disclosure, continuity proof, and explicit confirmation boundaries.
Metadata fields: full_name, role. Default role: user. Confirmation handoff: /auth/callback.
Live password policy
Password length must clear the minimum threshold before account creation can continue.
Validated live check
At least one uppercase letter is required for a strong-enough password.
Validated live check
At least one lowercase letter is required for a strong-enough password.
Validated live check
At least one numeric character is required for a strong-enough password.
Validated live check
Special characters are accepted as one of the qualifying strength checks.
Validated live check
Linked auth surfaces
Real account creation, explicit confirmation
Live auth proof before account creation
Explicit confirmation and provider limits
Fallback mode never claims verified confirmation or provider completion.
Explicit system boundary