Build registration page #25

Open
opened 2026-03-16 22:45:57 +00:00 by austin · 0 comments
Owner

Registration form for new users on a local-auth Vektor instance.

What needs to happen

  • Create a registration page at /register with email, name, and password fields
  • Client-side validation: password must be 8+ characters
  • On submit, POST /auth/register
  • On success, redirect to / (user is now authenticated via the session cookie set by the server)
  • On error, display the error message (e.g., "email already registered")
  • Add a "Already have an account? Login" link to /login
Registration form for new users on a local-auth Vektor instance. ## What needs to happen - Create a registration page at `/register` with email, name, and password fields - Client-side validation: password must be 8+ characters - On submit, `POST /auth/register` - On success, redirect to `/` (user is now authenticated via the session cookie set by the server) - On error, display the error message (e.g., "email already registered") - Add a "Already have an account? Login" link to `/login`
austin self-assigned this 2026-03-16 22:45:57 +00:00
Sign in to join this conversation.
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Depends on
Reference
austin/vektor#25
No description provided.