APUOPE-RE / backend

repo for the backend
0 stars 0 forks source link

TASK Register page, backend #6

Closed williamirva closed 1 month ago

williamirva commented 1 month ago

Under this issue backend endpoint and logic for registering a new user to application is done.

Endpoint should receive username, password and email of the new user from the frontend POST-request.

subatsk of APUOPE-RE/Wiki#13 Specifications: https://github.com/APUOPE-RE/Wiki/wiki/FR-%E2%80%90-Log-in-&-Registration

williamirva commented 1 month ago

Email needs to be confirmed. This will bring some extra work. If email confirmation seems to be very large task, then lets separate it to its own issue.

roosavihlman commented 1 month ago

Edit 1.10.2024: Updated specification link.

roosavihlman commented 1 month ago

Frontend PR: https://github.com/APUOPE-RE/frontend/pull/18 Backend PR: https://github.com/APUOPE-RE/backend/pull/15