User Story

As a visitor,

I want to register in the system.

API Calls

signup(auth)

returns the User entity and jwt token.

User Interface

Signup Page

Acceptance Criteria

AC-1 Page is available at /auth/signup
AC-1.1 Only unauthorised users can see this page
AC-2 Can enter email and password
AC-2.1 Password input is protected by default, but this can be changed with eye icon
AC-2.2 Validate that email and password are not empty
AC-2.3 Field autocomplete by browser should not affect styles
AC-3 Show additional error messages from BE
AC-3.1 If the entered email is already used
AC-3.2 If email is not valid
AC-3.3 If password does not meet minimum requirements