Skip to content

Implement a secure signup and password reset flow with validation and UI polish #539

Description

@grantfox-oss

Problem

Current frontend auth is limited to sign-in; there is no signup or reset password experience.

Goals

  • Add routes for /auth/register and /auth/reset-password with matching form components.
  • Reuse the existing FormWrapper, FormInput, and validation utilities.
  • Add inline password rules and confirmation behavior.

Acceptance criteria

  • Register and reset pages exist and are routeable under app/auth.
  • Password validation uses the existing Zod rules and provides clear inline guidance.
  • The pages are styled to match the rest of the app and support mobile/responsive layouts.

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions