Skip to content

feat(web): implement user login and registration flow #14

@nullscribe

Description

@nullscribe

Type of Task

Feature

User Story / Goal

As a new user, I want to create an account and log in through the web interface.

Acceptance Criteria

  • A login page and a registration page are created with corresponding forms.
  • The forms successfully call the API authentication endpoints.
  • On successful login, the JWT is stored securely.
  • The application has protected routes that redirect unauthenticated users to the login page.

Technical Breakdown (Optional)

No response

Affected Packages

web

Designs / Mockups (Optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwebFrontend Web app related issues

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions